Skip to content

Commit

Permalink
Merge pull request #12 from Bry-Dev/development
Browse files Browse the repository at this point in the history
Changed Style parent
  • Loading branch information
Bry-Dev authored Apr 20, 2021
2 parents a0e452c + a6cd442 commit a41f915
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/res/values/style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<item name="colorControlNormal">@color/transparent</item>
</style>

<style name="EditDialog" parent="Theme.AppCompat.DayNight.Dialog">
<style name="EditDialog" parent="Theme.AppCompat.Light.Dialog">
<item name="android:windowNoTitle">false</item>
<item name="buttonStyle">@style/BlueButton</item>
</style>
Expand Down

0 comments on commit a41f915

Please sign in to comment.