diff options
| author | Bananeweizen <Bananeweizen@gmx.de> | 2013-06-13 09:54:43 -0700 |
|---|---|---|
| committer | Bananeweizen <Bananeweizen@gmx.de> | 2013-06-13 09:54:43 -0700 |
| commit | b51add0731ca57a07596358a23191fc7dda602f9 (patch) | |
| tree | e81376b3eae626dfca2ca3daf41e7c087a935139 /main/res/layout | |
| parent | fe44f6b4610da1ded17258d2383786c293bc57e6 (diff) | |
| parent | 238952b58afbd2411ed91f09b58c4f934c1866ba (diff) | |
| download | cgeo-b51add0731ca57a07596358a23191fc7dda602f9.zip cgeo-b51add0731ca57a07596358a23191fc7dda602f9.tar.gz cgeo-b51add0731ca57a07596358a23191fc7dda602f9.tar.bz2 | |
Merge pull request #2868 from rsudev/issue2811
Implements #2811, Login status after enabled cache sources
Diffstat (limited to 'main/res/layout')
| -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" |
