aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2012-11-11 13:44:58 +0100
committerBananeweizen <bananeweizen@gmx.de>2012-11-11 13:44:58 +0100
commit29be0f72a3f0668b663897e7a62b7e0ba4ede9f6 (patch)
treeef6d83e553cff20c26a8846a0d0ef9f684b9e06d /main/res/layout
parent574bd0835ac20645c1d0f4b598fdad04c4d62317 (diff)
downloadcgeo-29be0f72a3f0668b663897e7a62b7e0ba4ede9f6.zip
cgeo-29be0f72a3f0668b663897e7a62b7e0ba4ede9f6.tar.gz
cgeo-29be0f72a3f0668b663897e7a62b7e0ba4ede9f6.tar.bz2
refactoring: Lint cleanups
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/about.xml1
-rw-r--r--main/res/layout/simple_dir_chooser.xml7
2 files changed, 5 insertions, 3 deletions
diff --git a/main/res/layout/about.xml b/main/res/layout/about.xml
index fc29654..13d7c04 100644
--- a/main/res/layout/about.xml
+++ b/main/res/layout/about.xml
@@ -82,7 +82,6 @@
android:orientation="horizontal"
android:gravity="center_horizontal" >
<Button style="@style/button_full"
- android:id="@+id/donation_more"
android:layout_width="280dip"
android:singleLine="false"
android:lines="2"
diff --git a/main/res/layout/simple_dir_chooser.xml b/main/res/layout/simple_dir_chooser.xml
index f8e58e6..1b6b659 100644
--- a/main/res/layout/simple_dir_chooser.xml
+++ b/main/res/layout/simple_dir_chooser.xml
@@ -20,8 +20,11 @@
android:id="@+id/simple_dir_chooser_path"
android:singleLine="true"
android:lines="0"
- android:editable="false"
- android:scrollHorizontally="true"
+ android:clickable="false"
+ android:cursorVisible="false"
+ android:focusable="false"
+ android:focusableInTouchMode="false"
+ android:scrollHorizontally="true"
android:inputType="textNoSuggestions" />
</LinearLayout>
<ListView