From 990f0f6d73b1c63dd61c824a6b73ba056e2de75c Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Thu, 31 Jul 2014 15:09:34 +0200 Subject: refactored account array adapter into seperate class. added account image --- res/layout/account_row.xml | 61 ++++++++++++++++++---------------------------- res/values/colors.xml | 2 +- 2 files changed, 25 insertions(+), 38 deletions(-) (limited to 'res') diff --git a/res/layout/account_row.xml b/res/layout/account_row.xml index 0c18d9b2f..5494e4365 100644 --- a/res/layout/account_row.xml +++ b/res/layout/account_row.xml @@ -2,55 +2,42 @@ + android:background="?android:attr/activatedBackgroundIndicator" + android:padding="8dp" > - + + + android:layout_toRightOf="@+id/account_image" + android:layout_centerVertical="true" + android:orientation="vertical" + android:paddingLeft="8dp" > + android:textColor="@color/primarytext" + android:textSize="18sp" /> - - - - - - - - + android:text="@string/account_status_unknown" + android:textSize="14sp" + android:textColor="@color/secondarytext" + android:textStyle="bold"/> - - + \ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml index b64779391..ed0a0ffbf 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -9,5 +9,5 @@ #ffeeeeee #ff323232 #1f000000 - #ffe51c23 + #ffe51c23 \ No newline at end of file -- cgit v1.2.3