Skip to content

Commit 3f003ea

Browse files
committed
fix v35 layout
1 parent b9c9b5a commit 3f003ea

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:versionCode="55"
4-
android:versionName="1.28.3" >
3+
android:versionCode="56"
4+
android:versionName="1.28.4" >
55

66
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
77
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<style name="AppTheme" parent="Theme.AppCompat.DayNight.DarkActionBar">
5+
<item name="colorPrimary">@color/colorPrimary</item>
6+
<item name="android:colorBackground">@color/textColorPrimary</item>
7+
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
8+
9+
</style>
10+
</resources>

0 commit comments

Comments
 (0)