黑马程序员技术交流社区
标题:
猜鸡蛋在哪个鞋子里,怎么界面老是写不对啊?跪求
[打印本页]
作者:
18338762337
时间:
2016-1-7 22:37
标题:
猜鸡蛋在哪个鞋子里,怎么界面老是写不对啊?跪求
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:background="@drawable/background"
android:id="@+id/tableLayout1">
<TableRow
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:gravity="center"
android:layout_weight="2"
android:id="@+id/tableRow1">
<TextView
android:text="@string/title"
android:padding="10px"
android:gravity="center"
android:textSize="35px"
android:textColor="#010D18"
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</TableRow>
<TableRow
android:id="@+id/tableRow2"
android:layout_weight="1"
android:gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<LinearLayout
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
<ImageView android:id="@+id/imageView1"
android:src="@drawable/shoe_default"
android:paddingLeft="30px"
android:layout_height="wrap_content"
android:layout_width="wrap_content"/>
<ImageView
android:id="@+id/imageView2"
android:src="@drawable/shoe_default"
android:paddingLeft="30px"
android:layout_height="wrap_content"
android:layout_width="wrap_content"/>
<ImageView
android:id="@+id/imageView3"
android:src="@drawable/shoe_default"
android:paddingLeft="30px"
android:layout_height="wrap_content"
android:layout_width="wrap_content"/>
</LinearLayout>
</TableRow>
<LinearLayout
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center_horizontal"
>
<Button
android:text="再玩一次"
android:textColor="#000"
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</LinearLayout>
</TableLayout>
复制代码
理想中的界面:
作者:
18338762337
时间:
2016-1-7 22:39
理想中的界面:
作者:
18338762337
时间:
2016-1-7 22:42
不知道怎么发图,反正理想中的界面是三个鞋子都在,而现实中却是只有一个鞋子,这是怎么回事啊?
作者:
461673570
时间:
2016-2-5 14:49
充实的学习生活,美丽的老师,可爱的同学
作者:
小柴天雅
时间:
2017-3-6 19:28
路过,路过。。。。。
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2