diff options
Diffstat (limited to 'res')
-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 c10099dd..92e179f8 100644 --- a/res/layout/account_row.xml +++ b/res/layout/account_row.xml @@ -35,16 +35,16 @@ android:layout_height="wrap_content" android:text="Status: " android:textStyle="bold" - android:textSize="14sp" /> + android:textSize="16sp" /> <TextView android:id="@+id/account_status" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="#669900" - android:text="Online" + android:text="unknown" android:textStyle="bold" - android:textSize="14sp"/> + android:textSize="16sp"/> </LinearLayout> |