Skip to content

Commit 4fd665c

Browse files
committed
Notepad 2.3.2 (release 2)
* Fix a styling conflict between xml and java
1 parent ff8f35c commit 4fd665c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
minSdkVersion 14
1818
targetSdkVersion 28
1919

20-
versionCode 103
20+
versionCode 104
2121
versionName "2.3.2"
2222

2323
resConfigs "en", "fr", "ko", "nl", "pl", "zh-rCN", "it"

app/src/main/res/values-v27/styles_secondscreen_2.xml renamed to app/src/main/res/values-v27/styles_notepad.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<resources>
1818

1919
<style name="Theme.Notepad" parent="Theme.Notepad.Base">
20-
<item name="android:windowLightNavigationBar">true</item>
2120
<item name="android:navigationBarColor">@color/navbar_color_light</item>
2221
<item name="android:navigationBarDividerColor">@color/navbar_divider_color_light</item>
2322
</style>

0 commit comments

Comments
 (0)