Merge pull request #128 from syphe/dynamic_size_status_bars

Dynamic size status bars
This commit is contained in:
Lincoln 2017-06-07 00:18:14 -04:00 committed by GitHub
commit bced70f894
13 changed files with 68 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" />