Skip to content
Snippets Groups Projects
Commit e2a5f204 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Padding for account list items.

parent aecf143c
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" > android:layout_height="wrap_content"
android:padding="4dp" >
<TextView <TextView
android:id="@+id/account_alias" android:id="@+id/account_alias"
...@@ -9,6 +10,9 @@ ...@@ -9,6 +10,9 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:layout_alignParentTop="true" android:layout_alignParentTop="true"
android:layout_marginBottom="4dp"
android:layout_marginLeft="4dp"
android:text=""
android:textAppearance="?android:attr/textAppearanceLarge" /> android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView <TextView
...@@ -17,6 +21,8 @@ ...@@ -17,6 +21,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentLeft="true" android:layout_alignParentLeft="true"
android:layout_below="@+id/account_alias" android:layout_below="@+id/account_alias"
android:layout_marginLeft="4dp"
android:text=""
android:textAppearance="?android:attr/textAppearanceSmall" /> android:textAppearance="?android:attr/textAppearanceSmall" />
<RadioButton <RadioButton
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment