aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-05-27 08:07:59 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-05-27 08:07:59 +0200
commit10220a97faec312192d2aa2a982636dd8df5139b (patch)
tree5bda583fe1a9bda9982f0e42aa626f5896cd3e3f /main/res
parent2a2fb3bd94c944cf1c99fab2ce2e666cf317ac46 (diff)
downloadcgeo-10220a97faec312192d2aa2a982636dd8df5139b.zip
cgeo-10220a97faec312192d2aa2a982636dd8df5139b.tar.gz
cgeo-10220a97faec312192d2aa2a982636dd8df5139b.tar.bz2
refactoring: change some compiler warnings for lint warnings
Diffstat (limited to 'main/res')
-rw-r--r--main/res/layout/main.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/main/res/layout/main.xml b/main/res/layout/main.xml
index e90cd37..40e3d6a 100644
--- a/main/res/layout/main.xml
+++ b/main/res/layout/main.xml
@@ -49,7 +49,7 @@
android:onClick="cgeoFindOnMap"
android:orientation="vertical" >
- <View
+ <ImageView
android:id="@+id/map"
style="@style/icon_mainscreen"
android:background="@drawable/main_live" />
@@ -65,7 +65,7 @@
android:layout_margin="4dip"
android:orientation="vertical" >
- <View
+ <ImageView
android:id="@+id/nearest"
style="@style/icon_mainscreen"
android:background="@drawable/main_nearby_disabled" />
@@ -92,7 +92,7 @@
android:layout_alignParentTop="true"
android:orientation="vertical" >
- <View
+ <ImageView
android:id="@+id/search_offline"
style="@style/icon_mainscreen"
android:background="@drawable/main_stored" />
@@ -118,7 +118,7 @@
android:onClick="cgeoSearch"
android:orientation="vertical" >
- <View
+ <ImageView
android:id="@+id/advanced_button"
style="@style/icon_mainscreen"
android:background="@drawable/main_search" />
@@ -135,7 +135,7 @@
android:onClick="cgeoPoint"
android:orientation="vertical" >
- <View
+ <ImageView
android:id="@+id/any_button"
style="@style/icon_mainscreen"
android:background="@drawable/main_any" />
@@ -152,7 +152,7 @@
android:onClick="cgeoFilter"
android:orientation="vertical" >
- <View
+ <ImageView
android:id="@+id/filter_button"
style="@style/icon_mainscreen"
android:background="@drawable/main_filter" />