aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2013-06-13 09:54:43 -0700
committerBananeweizen <Bananeweizen@gmx.de>2013-06-13 09:54:43 -0700
commitb51add0731ca57a07596358a23191fc7dda602f9 (patch)
treee81376b3eae626dfca2ca3daf41e7c087a935139 /main/res
parentfe44f6b4610da1ded17258d2383786c293bc57e6 (diff)
parent238952b58afbd2411ed91f09b58c4f934c1866ba (diff)
downloadcgeo-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')
-rw-r--r--main/res/layout/main_activity.xml11
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"