Skip to content

Commit

Permalink
Notepad 2.3.2 (release 2)
Browse files Browse the repository at this point in the history
* Fix a styling conflict between xml and java
  • Loading branch information
farmerbb committed Aug 20, 2018
1 parent ff8f35c commit 4fd665c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdkVersion 14
targetSdkVersion 28

versionCode 103
versionCode 104
versionName "2.3.2"

resConfigs "en", "fr", "ko", "nl", "pl", "zh-rCN", "it"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<resources>

<style name="Theme.Notepad" parent="Theme.Notepad.Base">
<item name="android:windowLightNavigationBar">true</item>
<item name="android:navigationBarColor">@color/navbar_color_light</item>
<item name="android:navigationBarDividerColor">@color/navbar_divider_color_light</item>
</style>
Expand Down

0 comments on commit 4fd665c

Please sign in to comment.