2012-02-26 78 views

回答

1
<LinearLayout width="match_parent" height="match_parent" orientation="vertical"> 

<TextView with="wrap_content" height="wrap_content" android:gravity="center"/> 


<LinearLayout width="match_parent" height="match_parent" orientation="horizontal" android:gravity="center"> 

    <TextView with="wrap_content" height="wrap_content"/> 

    <TextView with="wrap_content" height="wrap_content"/> 

</LinearLayout> 

</LinearLayout> 

请再试此......

+0

谢谢我非常感谢android初学者,非常感谢 – anp8850 2013-11-01 09:50:47

相关问题