Tweak button styles

This commit is contained in:
arkon
2020-03-22 18:43:16 -04:00
parent b434bc93a3
commit 3f4140900d
10 changed files with 34 additions and 93 deletions
+2 -2
View File
@@ -51,7 +51,7 @@
<Button
android:id="@+id/remove"
style="@style/Theme.Widget.Button.Borderless.Negative"
style="@style/Theme.Widget.Button.Error"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
@@ -59,7 +59,7 @@
<Button
android:id="@+id/resume"
style="@style/Theme.Widget.Button.Borderless"
style="@style/Theme.Widget.Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"