diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-06-01 11:41:00 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-06-01 11:41:23 +0200 |
| commit | 707eb9bccdf192e34d45a1b152f66c129832e726 (patch) | |
| tree | 2ff751fba65f45efdce616406fa256d169ae3f21 /main/res/layout | |
| parent | 1c479b0b39b4b7b3453bf7b3ad4f03cc03e00d20 (diff) | |
| download | cgeo-707eb9bccdf192e34d45a1b152f66c129832e726.zip cgeo-707eb9bccdf192e34d45a1b152f66c129832e726.tar.gz cgeo-707eb9bccdf192e34d45a1b152f66c129832e726.tar.bz2 | |
lint fixes
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/cachedetail_activity.xml | 2 | ||||
| -rw-r--r-- | main/res/layout/viewpager_activity.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/res/layout/cachedetail_activity.xml b/main/res/layout/cachedetail_activity.xml index aa88355..d197bcd 100644 --- a/main/res/layout/cachedetail_activity.xml +++ b/main/res/layout/cachedetail_activity.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res/cgeo.geocaching"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="?background_color"
diff --git a/main/res/layout/viewpager_activity.xml b/main/res/layout/viewpager_activity.xml index aa88355..d197bcd 100644 --- a/main/res/layout/viewpager_activity.xml +++ b/main/res/layout/viewpager_activity.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res/cgeo.geocaching"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="?background_color"
|
