Skip to content

Commit

Permalink
surveys: smoother list buttons (fixes #4970) (#4982)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Avinash-Codes and dogi authored Jan 14, 2025
1 parent 0d11d6e commit 158d2af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 26
targetSdkVersion 34
versionCode 2197
versionName "0.21.97"
versionCode 2198
versionName "0.21.98"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<style name="AccentButton" parent="Theme.AppCompat">
<item name="android:textColor">@color/md_white_1000</item>
<item name="colorButtonNormal">@color/colorPrimaryDark</item>
<item name="colorButtonNormal">@color/mainColor</item>
<item name="colorControlHighlight">@color/colorPrimary</item>
</style>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

<style name="AccentButton" parent="Theme.AppCompat">
<item name="android:textColor">@color/md_white_1000</item>
<item name="colorButtonNormal">@color/colorPrimaryDark</item>
<item name="colorButtonNormal">@color/mainColor</item>
<item name="colorControlHighlight">@color/colorPrimary</item>
</style>

Expand Down

0 comments on commit 158d2af

Please sign in to comment.