aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/account_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/account_item.xml')
-rw-r--r--res/layout/account_item.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/res/layout/account_item.xml b/res/layout/account_item.xml
index e37000ff0..c2a75075e 100644
--- a/res/layout/account_item.xml
+++ b/res/layout/account_item.xml
@@ -24,12 +24,12 @@
android:layout_width="fill_parent"
android:layout_height="?android:attr/listPreferredItemHeight">
-<TextView
- android:id="@+id/account_name"
- android:text="someone@gmail.com"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"/>
+ <TextView
+ android:id="@+id/account_name"
+ android:text="someone@gmail.com"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"/>
</LinearLayout>