diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-09-11 16:22:33 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-09-11 16:22:33 +0200 |
commit | 12b62adeca59e0f6dc2c04331fd65244dfc809f8 (patch) | |
tree | 7c7aadc27fe8ad89438f83d3b30d9409f4031a51 /res/layout/account_row.xml | |
parent | dee46f34536577f6b395f7fe62d3503ecf5cf7fc (diff) |
added missing strings back. + formating
Diffstat (limited to 'res/layout/account_row.xml')
-rw-r--r-- | res/layout/account_row.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/account_row.xml b/res/layout/account_row.xml index 230a5a98..2d1190a3 100644 --- a/res/layout/account_row.xml +++ b/res/layout/account_row.xml @@ -16,8 +16,8 @@ <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" - android:layout_toRightOf="@+id/account_image" android:layout_centerVertical="true" + android:layout_toRightOf="@+id/account_image" android:orientation="vertical" android:paddingLeft="8dp" > @@ -35,9 +35,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/account_status_unknown" - android:textSize="?attr/TextSizeBody" android:textColor="@color/secondarytext" - android:textStyle="bold"/> + android:textSize="?attr/TextSizeBody" + android:textStyle="bold" /> </LinearLayout> </RelativeLayout>
\ No newline at end of file |