summaryrefslogtreecommitdiff
path: root/vpndialogxposed/src/main/res/values
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-09-01 18:53:01 +0200
committerArne Schwabe <arne@rfc2549.org>2013-09-01 18:53:01 +0200
commitcc588b680ff3b6978950422c7f7b27e47940702e (patch)
tree56690aa23547a78c74639cf179a69c1cac5b8c8f /vpndialogxposed/src/main/res/values
parent7a0dc02b51044b6dc5e7ca2e8e1cca9eee813574 (diff)
Add Xposed module to ignore VPN Confirmation dialog (does not work yet…)
Diffstat (limited to 'vpndialogxposed/src/main/res/values')
-rw-r--r--vpndialogxposed/src/main/res/values/strings.xml8
-rw-r--r--vpndialogxposed/src/main/res/values/styles.xml20
2 files changed, 28 insertions, 0 deletions
diff --git a/vpndialogxposed/src/main/res/values/strings.xml b/vpndialogxposed/src/main/res/values/strings.xml
new file mode 100644
index 00000000..f233e945
--- /dev/null
+++ b/vpndialogxposed/src/main/res/values/strings.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <string name="app_name">VpnDialog Xposed Module</string>
+ <string name="action_settings">Settings</string>
+ <string name="hello_world">Hello world!</string>
+
+</resources>
diff --git a/vpndialogxposed/src/main/res/values/styles.xml b/vpndialogxposed/src/main/res/values/styles.xml
new file mode 100644
index 00000000..6ce89c7b
--- /dev/null
+++ b/vpndialogxposed/src/main/res/values/styles.xml
@@ -0,0 +1,20 @@
+<resources>
+
+ <!--
+ Base application theme, dependent on API level. This theme is replaced
+ by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
+ -->
+ <style name="AppBaseTheme" parent="android:Theme.Light">
+ <!--
+ Theme customizations available in newer API levels can go in
+ res/values-vXX/styles.xml, while customizations related to
+ backward-compatibility can go here.
+ -->
+ </style>
+
+ <!-- Application theme. -->
+ <style name="AppTheme" parent="AppBaseTheme">
+ <!-- All customizations that are NOT specific to a particular API-level can go here. -->
+ </style>
+
+</resources>