2017-02-27 81 views
-2

enter image description here線性佈局調整無法設置

如何在通話按鈕下添加另一個按鈕? 我應該怎麼做,以便它通話按鈕? 因此暗示我 enter image description here

+0

分享您已寫入 – Passiondroid

+0

份額的XML佈局你的代碼 –

+0

賈斯汀接受如果有幫助你答案 –

回答

-1

試試這個。

<LinearLayout 
     android:layout_width="match_parent" 
     android:layout_height="wrap_content" 
     android:orientation="vertical"> 
     <Button 
      android:layout_width="wrap_content" 
      android:layout_height="wrap_content" 
      android:text="Call"/> 
     <Button 
      android:layout_width="wrap_content" 
      android:layout_height="wrap_content" 
      android:text="OtherButton"/> 
    </LinearLayout>