implement dynamically sized status bar in *most of the activities/fragments.
This commit is contained in:
parent
823f0ca856
commit
3d49373f26
10 changed files with 37 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
android:layout_height="wrap_content">
|
||||
|
||||
<View
|
||||
android:id="@+id/status_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/status_bar_padding" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue