diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-02-04 15:09:50 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-02-04 15:09:50 +0100 |
commit | 0d80d88736926d06e97f22f9ecc63d4fb696751c (patch) | |
tree | d61669953ae47a0c96dcc5dc814bc0f49527c547 /res/layout | |
parent | 14a171b088363d8e39b547eecc181570c4289428 (diff) |
reworked account managment. now status display actually works
Diffstat (limited to 'res/layout')
-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> |