android 线性布局LinearLayout实例代码

android 线性布局LinearLayout实例代码,需要的朋友可以参考一下

布局文件:res/layout/activity_my.xml

复制代码 代码如下:

[html]      xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/LinearLayout"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="horizontal"
    tools:context=".MyActivity" >

   

以上就是android 线性布局LinearLayout实例代码的详细内容,更多请关注0133技术站其它相关文章!

赞(0) 打赏
未经允许不得转载:0133技术站首页 » 移动