aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-01-19 21:25:07 -0800
committerGitHub <noreply@github.com>2020-01-19 21:25:07 -0800
commita2c491f446add0191ab8f9a93dece8b37c9be984 (patch)
tree9fa1298e5ff8e3d7435f98133825b36def41a656 /app/src/main/res/values/styles.xml
parent4134ddad6a50498efc77fbad829bea259647c0fc (diff)
parent172f8209a1e448f1e6cfc304dbb7dfef573da736 (diff)
downloadfrost-a2c491f446add0191ab8f9a93dece8b37c9be984.tar.gz
frost-a2c491f446add0191ab8f9a93dece8b37c9be984.tar.bz2
frost-a2c491f446add0191ab8f9a93dece8b37c9be984.zip
Merge pull request #1621 from AllanWang/intro-ui
Intro ui updates
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r--app/src/main/res/values/styles.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 4775a892..b94f754f 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -74,6 +74,7 @@
<style name="IntroBarButton" parent="Widget.AppCompat.Button.Borderless">
<item name="android:elevation">0dp</item>
<item name="android:minWidth">100dp</item>
+ <item name="android:background">?selectableItemBackground</item>
<item name="android:layout_marginStart">@dimen/kau_padding_small</item>
<item name="android:layout_marginEnd">@dimen/kau_padding_small</item>
</style>
@@ -94,7 +95,7 @@
<style name="IntroButton" parent="TextAppearance.AppCompat.Button">
<item name="android:elevation">0dp</item>
- <item name="android:background">?android:selectableItemBackgroundBorderless</item>
+ <item name="android:background">?selectableItemBackgroundBorderless</item>
<item name="android:padding">@dimen/kau_padding_large</item>
</style>