<LinearLayout android:id="@+id/recLayout" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" android:gravity="bottom">
重點這句:
android:gravity="bottom"
但還是有弊端,就是要不從最上方開始排版,要不從最下方,沒有relativelayout靈活
<LinearLayout android:id="@+id/recLayout" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" android:gravity="bottom">
重點這句:
android:gravity="bottom"
但還是有弊端,就是要不從最上方開始排版,要不從最下方,沒有relativelayout靈活
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。