diff --git a/app/src/main/res/layout/activity_accounts.xml b/app/src/main/res/layout/activity_accounts.xml index 6f01d95..ceeb445 100644 --- a/app/src/main/res/layout/activity_accounts.xml +++ b/app/src/main/res/layout/activity_accounts.xml @@ -87,6 +87,7 @@ android:visibility="visible" app:backgroundTint="@color/colorPrimary" app:fabSize="normal" + android:theme="@style/BlueButton" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="@id/secondView" app:srcCompat="@drawable/ic_add_24dp" /> diff --git a/app/src/main/res/layout/create_seed.xml b/app/src/main/res/layout/create_seed.xml index d2ae4bd..d320db4 100644 --- a/app/src/main/res/layout/create_seed.xml +++ b/app/src/main/res/layout/create_seed.xml @@ -92,6 +92,7 @@ android:layout_gravity="center" android:layout_marginStart="4dp" android:layout_marginTop="28dp" + android:theme="@style/RedButton" android:background="@color/redColor" android:text="@string/cancel" android:textColor="@color/white" @@ -108,6 +109,7 @@ android:layout_marginEnd="4dp" android:background="@color/colorPrimary" android:padding="10dp" + android:theme="@style/BlueButton" android:text="@string/create_wallet" android:textColor="@color/white" android:textStyle="bold" diff --git a/app/src/main/res/layout/fragment_accounts_settings.xml b/app/src/main/res/layout/fragment_accounts_settings.xml index 8512198..95fa2de 100644 --- a/app/src/main/res/layout/fragment_accounts_settings.xml +++ b/app/src/main/res/layout/fragment_accounts_settings.xml @@ -30,6 +30,7 @@ android:layout_marginTop="16dp" style="@style/Widget.Button" android:text="@string/upgrade" + android:theme="@style/BlueButton" android:textStyle="bold" android:textColor="@color/white" android:background="@color/colorPrimary" @@ -54,6 +55,7 @@ android:layout_marginTop="16dp" style="@style/Widget.Button" android:text="@string/import_" + android:theme="@style/BlueButton" android:textStyle="bold" android:textColor="@color/white" android:background="@color/colorPrimary" @@ -79,6 +81,7 @@ style="@style/Widget.Button" android:text="@string/refresh" android:textStyle="bold" + android:theme="@style/BlueButton" android:textColor="@color/white" android:background="@color/colorPrimary" app:layout_constraintTop_toBottomOf="@id/tvRefresh" @@ -103,6 +106,7 @@ android:layout_marginTop="16dp" android:background="@color/redColor" android:text="@string/remove" + android:theme="@style/RedButton" android:textColor="@color/white" android:textStyle="bold" app:layout_constraintStart_toStartOf="@id/btnRefresh" diff --git a/app/src/main/res/layout/fragment_backups_settings.xml b/app/src/main/res/layout/fragment_backups_settings.xml index b27873f..08cea7d 100644 --- a/app/src/main/res/layout/fragment_backups_settings.xml +++ b/app/src/main/res/layout/fragment_backups_settings.xml @@ -25,6 +25,7 @@ android:layout_marginTop="16dp" style="@style/Widget.Button" android:text="@string/create_a_backup" + android:theme="@style/BlueButton" android:textStyle="bold" android:textColor="@color/white" android:background="@color/colorPrimary" @@ -50,6 +51,7 @@ android:layout_marginTop="16dp" android:background="@color/colorPrimary" android:text="@string/view_and_copy" + android:theme="@style/BlueButton" android:textColor="@color/white" android:textStyle="bold" app:layout_constraintStart_toStartOf="@id/btnBinFile" @@ -75,6 +77,7 @@ android:layout_marginTop="16dp" android:background="@color/colorPrimary" android:text="@string/view_and_copy" + android:theme="@style/BlueButton" android:textColor="@color/white" android:textStyle="bold" android:visibility="invisible" diff --git a/app/src/main/res/layout/fragment_general_settings.xml b/app/src/main/res/layout/fragment_general_settings.xml index c450b7a..02b73a4 100644 --- a/app/src/main/res/layout/fragment_general_settings.xml +++ b/app/src/main/res/layout/fragment_general_settings.xml @@ -189,6 +189,7 @@ android:layout_marginTop="30dp" android:background="@color/colorPrimary" android:text="CONTACT" + android:theme="@style/BlueButton" android:textColor="@color/white" android:textStyle="bold" app:layout_constraintEnd_toEndOf="@id/sCloseWalletTimer" diff --git a/app/src/main/res/layout/fragment_import_account_options.xml b/app/src/main/res/layout/fragment_import_account_options.xml index 0ed744c..a6380bf 100644 --- a/app/src/main/res/layout/fragment_import_account_options.xml +++ b/app/src/main/res/layout/fragment_import_account_options.xml @@ -31,6 +31,7 @@ android:textAllCaps="false" android:textColor="@color/white" android:textSize="18sp" + android:theme="@style/BlueButton" android:textStyle="bold" app:layout_constraintEnd_toEndOf="@id/tvDescription" app:layout_constraintHorizontal_bias="0.0" @@ -45,6 +46,7 @@ android:background="@color/colorPrimary" android:text="@string/import_account_seed" android:textAllCaps="false" + android:theme="@style/BlueButton" android:textColor="@color/white" android:textSize="18sp" android:textStyle="bold" @@ -59,6 +61,7 @@ android:layout_marginTop="32dp" android:background="@color/redColor" android:text="@string/dialog_cancel" + android:theme="@style/RedButton" android:textAllCaps="false" android:textColor="@color/white" android:textSize="18sp"