diff options
Diffstat (limited to 'main/res/layout/main.xml')
| -rw-r--r-- | main/res/layout/main.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/res/layout/main.xml b/main/res/layout/main.xml index bbbd214..6fd54f1 100644 --- a/main/res/layout/main.xml +++ b/main/res/layout/main.xml @@ -168,6 +168,9 @@ android:layout_marginRight="6dip" android:layout_marginLeft="6dip" android:orientation="vertical"> + <TextView android:id="@+id/user_info" + style="@style/location_current" + android:text="@string/init_login_popup_working"/> <TextView android:id="@+id/nav_location" style="@style/location_current" android:text="@string/loc_trying" /> |
