diff options
author | steckbrief <steckbrief@chefmail.de> | 2015-12-04 16:35:40 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2015-12-04 16:35:40 +0100 |
commit | ca0d68224ec804cac739ed955390aa7f6a585856 (patch) | |
tree | e0e8cb976fbac953e49be6f391b053502d5a9fc6 /src/main/res/layout/account_row.xml | |
parent | 274a689dce6b903674cc738159bb112dcad17800 (diff) | |
parent | 96e6604d9eed10d08534ddb6c7a33b7ec9dfc68e (diff) |
Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebase
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/account_row.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml index 06716a10..77138a4a 100644 --- a/src/main/res/layout/account_row.xml +++ b/src/main/res/layout/account_row.xml @@ -32,7 +32,7 @@ android:layout_height="wrap_content" android:scrollHorizontally="false" android:singleLine="true" - android:textColor="@color/black87" + android:textColor="@color/primaryText" android:textSize="?attr/TextSizeHeadline" /> <TextView @@ -40,7 +40,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/account_status_unknown" - android:textColor="@color/black54" + android:textColor="@color/secondaryText" android:textSize="?attr/TextSizeBody" android:textStyle="bold" /> </LinearLayout> |