测试呢

来源:互联网 发布:centos 7.3.1611 编辑:程序博客网 时间:2024/04/29 23:53
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"      xmlns:tools="http://schemas.android.com/tools"      android:id="@+id/LinearLayout1"      android:layout_width="match_parent"      android:layout_height="match_parent"      android:divider="@drawable/ktv_line_div"      android:orientation="vertical"      android:showDividers="middle"      android:dividerPadding="10dp"      tools:context="com.jay.example.linearlayoutdemo.MainActivity" >        <Button          android:layout_width="wrap_content"          android:layout_height="wrap_content"          android:text="按钮1" />        <Button          android:layout_width="wrap_content"          android:layout_height="wrap_content"          android:text="按钮2" />        <Button          android:layout_width="wrap_content"          android:layout_height="wrap_content"          android:text="按钮3" />    </LinearLayout>

0 0
原创粉丝点击