From: Damyan Ivanov Date: Tue, 17 Dec 2019 19:29:54 +0000 (+0200) Subject: profile editor: consistent item colors in the profile details screen X-Git-Tag: v0.12.0~150 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=5144bddd6f2b5611c0d7bd912b9a6f72e78a3f0a;ds=sidebyside profile editor: consistent item colors in the profile details screen --- diff --git a/app/src/main/res/layout/profile_detail.xml b/app/src/main/res/layout/profile_detail.xml index 6a0d9caf..4c8bba39 100644 --- a/app/src/main/res/layout/profile_detail.xml +++ b/app/src/main/res/layout/profile_detail.xml @@ -69,6 +69,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="16dp" + android:textAppearance="?android:textAppearanceListItem" android:text="@string/posting_permitted" /> + android:inputType="text" + android:textColor="?attr/editTextColor" />