Tweak Button Styles Part 2

This commit is contained in:
jobobby04 2020-04-06 16:42:02 -04:00 committed by Jobobby04
parent 2a299485cc
commit 256b1881f0
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@
<Button
android:id="@+id/begin_migration_btn"
style="@style/Theme.Widget.Button.Colored"
style="@style/Theme.Widget.Button.FilledAccent"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"

View File

@ -11,7 +11,7 @@
<Button
android:id="@+id/dialog_open_button"
style="@style/Theme.Widget.Button.Borderless"
style="@style/Theme.Widget.Button"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"