X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fno_profiles.xml;h=97b47726443ed51b97065cc176e4a6b65018a119;hb=b0a3715e2675b4b02deb8697f00e747ce95f002b;hp=409b092ffb72a9f384d9935bfee5845f55920250;hpb=9e8a289a85a65d372b47ccd2c2261299972ae4dd;p=mobile-ledger.git diff --git a/app/src/main/res/layout/no_profiles.xml b/app/src/main/res/layout/no_profiles.xml index 409b092f..97b47726 100644 --- a/app/src/main/res/layout/no_profiles.xml +++ b/app/src/main/res/layout/no_profiles.xml @@ -1,28 +1,28 @@ - + android:background="?table_row_dark_bg" + > @@ -44,6 +45,7 @@ android:layout_marginEnd="8dp" android:text="@string/text_welcome_profile_needed" android:textSize="20sp" + android:textColor="?textColor" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/textView" /> @@ -56,11 +58,11 @@ android:layout_marginTop="24dp" android:layout_marginEnd="8dp" android:layout_marginBottom="8dp" - android:backgroundTint="@color/colorPrimary" + android:backgroundTint="?colorAccent" android:drawablePadding="16dp" android:text="@string/create_profile_label" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/textView3" /> - \ No newline at end of file + \ No newline at end of file