X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fno_profiles.xml;h=7243f91169207bffacf05dea3c8e8f3162737820;hp=7be276856df0cce95e8d4808ccdac068fa34723d;hb=1e53ced879bdeb01834b6fa092015b58d1d1cd69;hpb=998dd32a089d199a2569069415755eb3169b35b0 diff --git a/app/src/main/res/layout/no_profiles.xml b/app/src/main/res/layout/no_profiles.xml index 7be27685..7243f911 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"> @@ -43,6 +44,7 @@ android:layout_marginTop="24dp" android:layout_marginEnd="8dp" android:text="@string/text_welcome_profile_needed" + android:textColor="?textColor" android:textSize="20sp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -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