aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-07-03 20:11:54 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-07-03 20:11:54 +0200
commit315885173b8eca17f9a5b3fc85578dfbd5964053 (patch)
treecb12c023d97d0ab7319baf463105dce34be33459 /main/res/layout
parent04e1ca35904734e76af3751dd3f306353fd6d711 (diff)
downloadcgeo-315885173b8eca17f9a5b3fc85578dfbd5964053.zip
cgeo-315885173b8eca17f9a5b3fc85578dfbd5964053.tar.gz
cgeo-315885173b8eca17f9a5b3fc85578dfbd5964053.tar.bz2
follow naming conventions
Use the namespace "app" instead of "cgeo" for custom attributes.
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/cacheslist_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/layout/cacheslist_item.xml b/main/res/layout/cacheslist_item.xml
index b43310e..260b0d0 100644
--- a/main/res/layout/cacheslist_item.xml
+++ b/main/res/layout/cacheslist_item.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:cgeo="http://schemas.android.com/apk/res-auto"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/one_cache"
android:layout_width="fill_parent"
@@ -111,7 +111,7 @@
android:minHeight="28px"
android:minWidth="28px"
android:visibility="gone"
- cgeo:skin="?compass"
+ app:skin="?compass"
tools:ignore="PxUsage" />
<ImageView