diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-01-28 22:21:08 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-01-28 22:21:08 +0100 |
commit | efba73ffd012cede18b6d50fe32b3077bb866741 (patch) | |
tree | 8e01e09304a0b9d5d249ae965e93ea1f75d828da /res/layout/contact.xml | |
parent | 52da0fe7c9c68d4545f068fb84efbf0854c37392 (diff) |
refactored newconversationactivty to use array adapter
Diffstat (limited to '')
-rw-r--r-- | res/layout/contact.xml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/res/layout/contact.xml b/res/layout/contact.xml index 1b11f0fc..ec985fcf 100644 --- a/res/layout/contact.xml +++ b/res/layout/contact.xml @@ -1,12 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:orientation="vertical" - android:layout_width="fill_parent" - android:layout_height="wrap_content"> -<RelativeLayout +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:paddingTop="8dp" + android:padding="8dp" android:paddingBottom="8dp"> <ImageView @@ -38,7 +34,4 @@ /> </LinearLayout> -</RelativeLayout> - <View style="@style/Divider" - android:id="@+id/contact_divider"/> -</LinearLayout>
\ No newline at end of file +</RelativeLayout>
\ No newline at end of file |