diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/about.xml | 1 | ||||
-rw-r--r-- | res/values/arrays.xml | 8 | ||||
-rw-r--r-- | res/values/untranslatable.xml | 8 | ||||
-rw-r--r-- | res/xml/vpn_obscure.xml | 6 |
4 files changed, 1 insertions, 22 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index 50accad2..febdb954 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -171,6 +171,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/copyright_bouncycastle" /> + </LinearLayout> </ScrollView>
\ No newline at end of file diff --git a/res/values/arrays.xml b/res/values/arrays.xml index f4f85b8f..5f829971 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -16,14 +16,6 @@ <item>1</item> <item>Unspecified</item> </string-array> - <string-array name="verb_entries"> - <item>0 - No logging</item> - <item>1 - Default logging</item> - <item>2 - More verbose logging</item> - <item>3</item> - <item>4</item> - <item>5 - Debug logging</item> - </string-array> <string-array name="crm_entries"> <item>No reconnection retries</item> <item>One reconnection retry</item> diff --git a/res/values/untranslatable.xml b/res/values/untranslatable.xml index 1b4fdd9b..7458bc33 100644 --- a/res/values/untranslatable.xml +++ b/res/values/untranslatable.xml @@ -27,14 +27,6 @@ <item>1</item> <item></item> </string-array> - <string-array name="verb_values" translatable="false"> - <item>0</item> - <item>1</item> - <item>2</item> - <item>3</item> - <item>4</item> - <item>5</item> - </string-array> <string-array name="crm_values" translatable="false"> <item>1</item> <item>2</item> diff --git a/res/xml/vpn_obscure.xml b/res/xml/vpn_obscure.xml index ecdd4e29..6172dacb 100644 --- a/res/xml/vpn_obscure.xml +++ b/res/xml/vpn_obscure.xml @@ -2,12 +2,6 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" android:title="Obscure Settings" > - <ListPreference - android:entries="@array/verb_entries" - android:entryValues="@array/verb_values" - android:key="verblevel" - android:persistent="false" - android:title="@string/log_verbosity_level" /> <CheckBoxPreference android:key="useRandomHostname" |