-Change the buttons style to the buttons to material one in the create_seed.xml

-Change the buttons style to the buttons to material one in the fragment_import_account_options.xml
-Change the buttons style to the buttons to material one in the activity_accounts.xml
-Change the buttons style to the buttons to material one in the fragment_backup_settings.xml
-Change the buttons style to the buttons to material one in the fragment_account_settings.xml
-Change the buttons style to the buttons to material one in the fragment_general_settings.xml
feat_androidx_migration
dtvv 2018-10-11 15:13:50 -05:00
parent 4fee5de10b
commit df04be0a6c
6 changed files with 14 additions and 0 deletions

View File

@ -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" />

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"