我想創建固定的導航佈局,但是當我旋轉設備時,有一個問題,此佈局的margin-top超過它必須是,所以問題 - 我如何找到高度這種深藍色頭(使用它作爲保證金),或許還有另一種途徑如何查找菜單高度
<RelativeLayout
android:layout_width="match_parent"
android:layout_marginTop="55dp"
android:layout_height="80dp"
android:background="@drawable/panel_border"
android:layout_alignParentTop="true">
支持庫很棒,但它怎麼能幫到我 –
硬編碼邊距在這種情況下是一個壞主意我已經更新了我的答案以適合您的示例 –