diff options
| author | rsudev <rasch@munin-soft.de> | 2013-06-23 22:44:39 +0200 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-06-23 22:45:45 +0200 |
| commit | 7e271de2385ac1d2193d59f58e3d5e972d306f93 (patch) | |
| tree | dafaa9e52bb378d8cb55c35a77f9cbe9809a1500 /main/res/layout | |
| parent | f38e587364e95b0fd44eaf81d9c45ca64aa6e4bd (diff) | |
| download | cgeo-7e271de2385ac1d2193d59f58e3d5e972d306f93.zip cgeo-7e271de2385ac1d2193d59f58e3d5e972d306f93.tar.gz cgeo-7e271de2385ac1d2193d59f58e3d5e972d306f93.tar.bz2 | |
Implements #2811 and makes the main screen status fully dynamc
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/main_activity.xml | 13 | ||||
| -rw-r--r-- | main/res/layout/main_activity_connectorstatus.xml | 4 |
2 files changed, 5 insertions, 12 deletions
diff --git a/main/res/layout/main_activity.xml b/main/res/layout/main_activity.xml index aff24e1..83a73c8 100644 --- a/main/res/layout/main_activity.xml +++ b/main/res/layout/main_activity.xml @@ -141,6 +141,7 @@ <!-- ** --> <LinearLayout + android:id="@+id/info_area" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" @@ -150,18 +151,6 @@ android:orientation="vertical" > <TextView - android:id="@+id/user_info_gc" - style="@style/location_current" - 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" style="@style/location_current" android:text="@string/loc_trying" /> diff --git a/main/res/layout/main_activity_connectorstatus.xml b/main/res/layout/main_activity_connectorstatus.xml new file mode 100644 index 0000000..33c4d79 --- /dev/null +++ b/main/res/layout/main_activity_connectorstatus.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + style="@style/location_current" + android:text="@string/init_login_popup_working" /> |
