summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout-sw600dp/activity_toot.xml
diff options
context:
space:
mode:
authorstom79 <tschneider.ac@gmail.com>2018-11-03 14:45:55 +0100
committerstom79 <tschneider.ac@gmail.com>2018-11-03 14:45:55 +0100
commit713d12dfa934dcab989b1b564904163a66f0dbca (patch)
treeba124996cb738d7e86928814720c1fd26a5f8991 /app/src/main/res/layout-sw600dp/activity_toot.xml
parent47ae159a41cc78d2a068330a5a9304093337dc9a (diff)
Improve alert dialog colors - #546
Diffstat (limited to 'app/src/main/res/layout-sw600dp/activity_toot.xml')
-rw-r--r--app/src/main/res/layout-sw600dp/activity_toot.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout-sw600dp/activity_toot.xml b/app/src/main/res/layout-sw600dp/activity_toot.xml
index 2d4d3e017..65c3770dd 100644
--- a/app/src/main/res/layout-sw600dp/activity_toot.xml
+++ b/app/src/main/res/layout-sw600dp/activity_toot.xml
@@ -118,7 +118,7 @@
android:padding="5dp"
android:text="@string/cw"
android:layout_gravity="center"
- style="@style/Base.Widget.AppCompat.Button.Borderless.Colored"
+ style="?attr/borderlessColored"
android:layout_width="50dp"
android:layout_height="50dp" />
<ImageButton
@@ -129,7 +129,7 @@
android:padding="2dp"
android:scaleType="fitXY"
android:src="@drawable/emoji_one_category_smileysandpeople"
- style="@style/Base.Widget.AppCompat.Button.Borderless.Colored"
+ style="?attr/borderlessColored"
android:layout_width="30dp"
android:layout_height="30dp"
/>