X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fno_profiles.xml;h=97b47726443ed51b97065cc176e4a6b65018a119;hb=b0a3715e2675b4b02deb8697f00e747ce95f002b;hp=7be276856df0cce95e8d4808ccdac068fa34723d;hpb=998dd32a089d199a2569069415755eb3169b35b0;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 7be27685..97b47726 100644 --- a/app/src/main/res/layout/no_profiles.xml +++ b/app/src/main/res/layout/no_profiles.xml @@ -15,14 +15,14 @@ ~ along with MoLe. If not, see . --> - + 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