Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_import_account.xml')
-rw-r--r--app/src/main/res/layout/activity_import_account.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/src/main/res/layout/activity_import_account.xml b/app/src/main/res/layout/activity_import_account.xml
index 92190953f..7575a3be2 100644
--- a/app/src/main/res/layout/activity_import_account.xml
+++ b/app/src/main/res/layout/activity_import_account.xml
@@ -38,15 +38,13 @@
<Button
android:id="@+id/add_button"
- style="@style/Widget.AppCompat.Button.Colored"
+ style="@style/Widget.Material3.Button.ElevatedButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/welcome_text"
android:layout_centerHorizontal="true"
- android:paddingStart="32dp"
- android:paddingTop="24dp"
- android:paddingEnd="32dp"
- android:paddingBottom="24dp"
+ android:paddingHorizontal="32dp"
+ android:paddingVertical="24dp"
android:text="@string/choose_account"
app:backgroundTint="@color/defaultBrand" />