From 2ec021a42629120e8b4f1ae5a95027ec414b2b5c Mon Sep 17 00:00:00 2001 From: iNPUTmice Date: Mon, 13 Oct 2014 12:36:41 +0200 Subject: redesigned contact details a bit --- res/layout/activity_contact_details.xml | 158 ++++++++++++++------------------ 1 file changed, 70 insertions(+), 88 deletions(-) (limited to 'res/layout/activity_contact_details.xml') diff --git a/res/layout/activity_contact_details.xml b/res/layout/activity_contact_details.xml index f4fd9c1e..1dceab53 100644 --- a/res/layout/activity_contact_details.xml +++ b/res/layout/activity_contact_details.xml @@ -1,128 +1,110 @@ - + android:background="@color/secondarybackground" + android:orientation="vertical" > - + android:layout_margin="8dp" + android:background="@drawable/infocard_border" + android:padding="8dp" > - + - + android:layout_marginLeft="16dp" + android:layout_toRightOf="@+id/details_contact_badge" + android:orientation="vertical" > - + + android:orientation="horizontal" > + android:text=" ยท " + android:textColor="@color/secondarytext" + android:textSize="?attr/TextSizeBody" /> - - - - - - - - + - + + + android:layout_alignParentRight="true" + android:layout_below="@+id/details_jidbox" + android:layout_marginTop="32dp" + android:text="@string/using_account" + android:textColor="@color/secondarytext" + android:textSize="?attr/TextSizeInfo" /> + - - + - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3