We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8f214 commit 90879fcCopy full SHA for 90879fc
CHANGES.md
@@ -1,6 +1,7 @@
1
master
2
------
3
4
+* Fix system UI and navbar overlap (@lordi)
5
* Fix export/import in SDK 30 (@horsetail-fern)
6
7
v1.4.14
app/src/main/res/values-v14/styles.xml
@@ -6,7 +6,7 @@
res/values-v11/styles.xml on API 14+ devices.
-->
8
<style name="AppBaseTheme" parent="android:Theme.Holo">
9
- <!-- API 14 theme customizations can go here. -->
+ <item name="android:fitsSystemWindows">true</item>
10
</style>
11
12
</resources>
0 commit comments