我想在我的佈局中插入一個新行。像在第一行,我有4個簡單的TextViews 和第二行我想有按鈕.. 搜索扔我有這樣回答的互聯網:LinearLayout樣式和XML文件
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:gravity="center"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
<LinearLayout
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="fill_parent">
</LinearLayout>
</LinearLayout>
但是,當即時尋找在一個Desinger IM讓所有的wigets在同一條線上 我的錯在哪裏?
沒有。仍然按鈕是在與textView – Hakon89
在同一行其實我不明白爲什麼答案不顯示根線性佈局。使用根線性佈局的方向垂直和內線性佈局添加此代碼 –
嘗試那裏http://pastebin.ru/319682對不起,語言是魯斯,但我不知道在美國的服務。那裏你可以粘貼和編輯我們分享的文字 – Hakon89