cen_Yh 2017-01-16 09:23 采纳率: 100%
浏览 1493
已采纳

android仿微信布局怎么弄

请教一下安卓开发仿微信的UI布局大概是怎么布局的?谢谢。在网上查了很多资料,感觉有点乱。

  • 写回答

7条回答 默认 最新

  • 导演字母 2017-01-16 13:06
    关注

    我做的是上面Fragment ,下面是RadioLayout,具体代码:
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    tools:context=".MainActivity" >

     <FrameLayout
         android:id="@+id/frame"
        android:layout_width="fill_parent"
         android:layout_weight="1"
        android:layout_height="0dp"/>
    
     <RadioGroup 
         android:id="@+id/Rg"
         android:layout_width="fill_parent"
         android:layout_height="40px"
         android:orientation="horizontal"
         android:background="#000000">
         <RadioButton 
             android:button="@null"
             android:id="@+id/rb1"
             android:text="微信"
             android:gravity="center_horizontal|bottom"
             android:layout_weight="1"
             android:layout_width="0dp"
             android:textColor="#ffffff"
             android:textSize="20sp"
             android:layout_height="fill_parent"/>
         <RadioButton 
             android:gravity="center_horizontal|bottom"
    
              android:button="@null"
             android:id="@+id/rb2"
             android:text="通讯录"
             android:layout_weight="1"
             android:layout_width="0dp"
             android:textColor="#ffffff"
             android:textSize="20sp"
             android:layout_height="fill_parent"/>
         <RadioButton
             android:gravity="center_horizontal|bottom"
    
              android:button="@null"
             android:id="@+id/rb3" 
             android:text="发现"
             android:layout_weight="1"
             android:layout_width="0dp"
             android:textColor="#ffffff"
             android:textSize="20sp"
             android:layout_height="fill_parent"/>
         <RadioButton
             android:gravity="center_horizontal|bottom" 
              android:button="@null"
             android:id="@+id/rb4"
             android:text="我"
             android:layout_weight="1"
             android:layout_width="0dp"
             android:textColor="#ffffff"
             android:textSize="20sp"
             android:layout_height="fill_parent"/>
     </RadioGroup>
    

    
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(6条)

报告相同问题?

悬赏问题

  • ¥15 用三极管设计—个共射极放大电路
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?
  • ¥15 求daily translation(DT)偏差订正方法的代码
  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 牛顿斯科特系数表表示