summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-08-12 14:14:39 +0200
committerArne Schwabe <arne@rfc2549.org>2013-08-12 14:14:39 +0200
commit417448668f51c1c0f5666332479a23087014221b (patch)
treecd3f978b7a2af36977db083ba318be7626734731 /res
parente17dfd0b7ea3b91f98bdfc85f0db221ee5f6778d (diff)
Fix lint issues
Diffstat (limited to 'res')
-rw-r--r--res/drawable-mdpi/icon.pngbin5681 -> 2505 bytes
-rw-r--r--res/layout/api_confirm.xml1
-rwxr-xr-xres/values/strings.xml1
3 files changed, 2 insertions, 0 deletions
diff --git a/res/drawable-mdpi/icon.png b/res/drawable-mdpi/icon.png
index ee1b9769..4d58f717 100644
--- a/res/drawable-mdpi/icon.png
+++ b/res/drawable-mdpi/icon.png
Binary files differ
diff --git a/res/layout/api_confirm.xml b/res/layout/api_confirm.xml
index bad20cc0..afec0df8 100644
--- a/res/layout/api_confirm.xml
+++ b/res/layout/api_confirm.xml
@@ -29,6 +29,7 @@
android:gravity="center_vertical">
<ImageView android:id="@+id/icon"
+ android:contentDescription="@string/permission_icon_app"
android:layout_width="@android:dimen/app_icon_size"
android:layout_height="@android:dimen/app_icon_size"
android:paddingRight="1mm"/>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d754772b..ad3c2d48 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -438,5 +438,6 @@
<string name="vpnbehaviour">VPN behaviour</string>
<string name="allow_vpn_changes">Allow changes to VPN Profiles</string>
<string name="hwkeychain">Hardware Keystore:</string>
+ <string name="permission_icon_app">Icon of app trying to use OpenVPN for Android</string>
</resources> \ No newline at end of file