首页 新闻 会员 周边

framelayout布局问题

0
悬赏园豆:15 [已关闭问题] 关闭于 2015-12-18 17:14

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#0099cc"
    tools:context="com.aachen.FullscreenActivity" >
    <TextView
        android:id="@+id/fullscreen_content"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="center"
        android:keepScreenOn="true"
        android:text="@string/dummy_content"
        android:textColor="#33b5e5"
        android:textSize="50sp"
        android:textStyle="bold" />
    <com.aachen.customview.FullScreenVideoView
        android:id="@+id/video_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="center" />
    
</FrameLayout>我想在FullScreenVideoView下方区域加一个浏览器控件,求教怎么实现啊!!!急,在线等!

蜗牛丶sky的主页 蜗牛丶sky | 初学一级 | 园豆:20
提问于:2015-12-17 14:45
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册