X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fno_profiles.xml;h=3deb8459cb04a74784bd2fbe88e349ddc7e4018d;hb=d7c83ad836ac9b5fb60266220b1a6dd7d21c1d0e;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..3deb8459 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" + android:padding="@dimen/activity_horizontal_margin"> @@ -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