mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-04-16 16:27:24 +02:00
hide the bottom navigation bar for bigger image preview
This commit is contained in:
parent
a08e526815
commit
27c77d38a3
3
app/src/main/res/values-v21/dimens.xml
Normal file
3
app/src/main/res/values-v21/dimens.xml
Normal file
@ -0,0 +1,3 @@
|
||||
<resources>
|
||||
<dimen name="preview_btn_margin">64dp</dimen>
|
||||
</resources>
|
7
app/src/main/res/values-v21/styles.xml
Normal file
7
app/src/main/res/values-v21/styles.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme" parent="AppTheme.Base">
|
||||
<item name="android:windowTranslucentNavigation">true</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
@ -1,6 +1,8 @@
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<style name="AppTheme" parent="AppTheme.Base"/>
|
||||
|
||||
<style name="AppTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user