diff options
Diffstat (limited to 'res/layout/contact.xml')
-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 |