implement dynamically sized status bar in *most of the activities/fragments.

This commit is contained in:
simonfi 2017-03-30 11:45:04 +13:00
commit 3d49373f26
10 changed files with 37 additions and 0 deletions

View file

@ -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" />