Android 布局问题
<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:orient...
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:padding="30dip">
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<Button
android:id = "@+id/key_1"
android:layout_height = "wrap_content"
android:layout_width = "wrap_content"
android:textSize = "35sp"
android:text = "@string/key_1">
</Button>
<Button
android:id = "@+id/key_2"
android:layout_height = "wrap_content"
android:layout_width = "wrap_content"
android:textSize = "35sp"
android:text = "@string/key_2">
</Button>
<Button
android:id = "@+id/key_3"
android:layout_height = "wrap_content"
android:layout_width = "wrap_content"
android:textSize = "35sp"
android:text = "@string/key_3">
</Button>
</TableRow>
//重复2次TableRow标签 标签里内容一样 为什么只显示第一次标签的内容? 也就是只显示3个按钮,我想让它显示9个
</LinearLayout> 展开
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:padding="30dip">
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<Button
android:id = "@+id/key_1"
android:layout_height = "wrap_content"
android:layout_width = "wrap_content"
android:textSize = "35sp"
android:text = "@string/key_1">
</Button>
<Button
android:id = "@+id/key_2"
android:layout_height = "wrap_content"
android:layout_width = "wrap_content"
android:textSize = "35sp"
android:text = "@string/key_2">
</Button>
<Button
android:id = "@+id/key_3"
android:layout_height = "wrap_content"
android:layout_width = "wrap_content"
android:textSize = "35sp"
android:text = "@string/key_3">
</Button>
</TableRow>
//重复2次TableRow标签 标签里内容一样 为什么只显示第一次标签的内容? 也就是只显示3个按钮,我想让它显示9个
</LinearLayout> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询