普通网友 2015-01-25 13:18 采纳率: 15.8%
浏览 2774

动态的使用Fragment,底部四个按钮的布局怎么写

原文链接http://blog.csdn.net/lmj623565791/article/details/37970961
我是这样写的但是选中底部的按钮后无效果
<?xml version="1.0" encoding="utf-8"?>
android:baselineAligned="false"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal" >

<LinearLayout 
    android:layout_width="0dp"  
    android:layout_height="wrap_content"  
    android:layout_weight="1" 
    android:id="@+id/tab_bottom_weixin"
    >  
    <Button   
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"
        android:text="@string/button1"
        android:onClick="onClick"
       >
        </Button>
</LinearLayout>

<LinearLayout 
    android:layout_width="0dp"  
    android:layout_height="wrap_content"  
    android:layout_weight="1" 
    android:id="@+id/tab_bottom_friend">  
    <Button           
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"
        android:text="@string/button2"
        android:onClick="onClick">
        </Button>
</LinearLayout>

    <LinearLayout 
    android:layout_width="0dp"  
    android:layout_height="wrap_content"  
    android:layout_weight="1" 
    >  
    <Button           
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"
       android:text="@string/button3">
        </Button>
</LinearLayout>
<LinearLayout 
    android:layout_width="0dp"  
    android:layout_height="wrap_content"  
    android:layout_weight="1" 
    >  
    <Button           
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"
        android:text="@string/button4">
        </Button>
</LinearLayout>
<android.support.v4.view.ViewPager
    android:id="@+id/vPager"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="center"
    android:layout_weight="1.0"
    android:background="#000000"
    android:flipInterval="30"
    android:persistentDrawingCache="animation" />

  • 写回答

2条回答 默认 最新

  • danielinbiti 2015-01-25 13:26
    关注

    定义一个RadioGroup就可以了。

    评论

报告相同问题?

悬赏问题

  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!