0
A
回答
0
你總是可以創建自己的TextView
並將其放置在佈局上的絕對位置(見AbsoluteLayout
here),但我不推薦這個,因爲它從普通用戶接口標準打破,可能會造成混亂給用戶。另外,如果您在佈局中滾動,定位將變得更加複雜。據我所知,沒有內置的移動標題欄的方式。
0
只是一個想法。 您可以關閉標題欄,並添加類似標題欄,所有的佈局的底部:
<LinearLayout
android:orientation="vertical"
android:width="fill_parent"
android:height="fill_parent">
<LinearLayout
android:id="@+id/layout_container"
android:weight="1"
android:height="0dp"
android:width="fill_parent">
...
</LinearLayout>
<LinearLayout
androdi:id="@+id/titlebar"
android:height="wrap_content"
android:width="fill_parent">
...
</LinearLayout>
</LinearLayout>
但我從來沒有見過一個在底部的標題欄。
相關問題
- 1. bottom bottom rails應用協會
- 2. Android TitleBar/NavBar?
- 3. Stacked Widget Window Titlebar
- 4. Qt MessageBox刪除TitleBar?
- 5. 如何移除Titlebar?
- 6. margin-bottom或padding-bottom不工作
- 7. Trasition border-bottom?
- 8. mCustomScrollbar SCROL BOTTOM
- 9. UIButton bottom shadow
- 10. html float bottom
- 11. bottom-top TileLayout
- 12. UIView bottom egde pattern
- 13. ListView Bottom To Top
- 14. Jquery slideUp bottom page
- 15. CSS row border bottom
- 16. valign =「bottom」with CSS
- 17. canvas bottom missing uwp
- 18. FragmentTabHost bottom TabWidget
- 19. 在Titlebar中繪圖VB.NET 2013
- 20. ActionBar底部沒有TitleBar
- 21. 隱藏TitleBar中+ Z-索引
- 22. Titlebar與TabHost可能嗎?
- 23. 獲取Windows API TitleBar圖標
- 24. 從Spark WindowedApplication中刪除TitleBar
- 25. Flexbox Force Scroll To Bottom
- 26. javascript-elementFromPoint select bottom element
- 27. TCPDF set bottom margin zero
- 28. console textarea bottom to top
- 29. layout_gravity =「bottom」不工作
- 30. border-bottom dropped whole div