diff options
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/layout/main_activity.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/main/res/layout/main_activity.xml b/main/res/layout/main_activity.xml index 40e3d6a..11827a4 100644 --- a/main/res/layout/main_activity.xml +++ b/main/res/layout/main_activity.xml @@ -176,9 +176,16 @@ android:orientation="vertical" > <TextView - android:id="@+id/user_info" + android:id="@+id/user_info_gc" style="@style/location_current" - android:text="@string/init_login_popup_working" /> + android:text="@string/init_login_popup_working" + android:visibility="gone" /> + + <TextView + android:id="@+id/user_info_ocde" + style="@style/location_current" + android:text="@string/init_login_popup_working" + android:visibility="gone" /> <TextView android:id="@+id/nav_location" |
