diff options
author | cyBerta <cyberta@riseup.net> | 2023-08-04 03:23:24 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-08-04 03:23:24 +0200 |
commit | e81a0f4007d658c644330f4e8e5806236dd1a70d (patch) | |
tree | a1949e55130fd20936dc737091b4b592f8e1a57a /app/src/main/res/layout | |
parent | 361e2d7867c23430c7b07c58cedfe32313284b0c (diff) |
tweak next/cancel button designs
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/activity_setup.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_setup.xml b/app/src/main/res/layout/activity_setup.xml index bb1682d7..26ef2285 100644 --- a/app/src/main/res/layout/activity_setup.xml +++ b/app/src/main/res/layout/activity_setup.xml @@ -130,6 +130,7 @@ </LinearLayout> <Button + style="@style/BitmaskSetupButton" android:id="@+id/setup_next_button" android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -139,6 +140,7 @@ /> <Button + style="@style/BitmaskSetupButton" android:id="@+id/setup_cancel_button" android:layout_width="wrap_content" android:layout_height="wrap_content" |