mirror of https://github.com/ThmmyNoLife/mTHMMY
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
393 B
10 lines
393 B
<resources>
|
|
<style name="AppTheme" parent="BaseAppTheme">
|
|
<item name="android:windowContentTransitions">true</item>
|
|
</style>
|
|
|
|
<style name="AppTheme.NoActionBar" parent="BaseAppTheme.NoActionBar">
|
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
|
</style>
|
|
</resources>
|
|
|