diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-06-17 17:48:52 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-06-17 17:48:52 +0200 |
commit | 13e05504181d87958af95365876a53e5015fafde (patch) | |
tree | a0ff58c5c7b78124d76e05167d1818a444259286 /res/layout/basic_settings.xml | |
parent | 91a865d665fd055792810cfcad10391625df2f7b (diff) |
- Fix last commitv0.5.8
- Implement reading extra CA cert from file to fix keystore error on some mobile phones
Diffstat (limited to 'res/layout/basic_settings.xml')
-rw-r--r-- | res/layout/basic_settings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/basic_settings.xml b/res/layout/basic_settings.xml index d47ba207..409936e1 100644 --- a/res/layout/basic_settings.xml +++ b/res/layout/basic_settings.xml @@ -106,6 +106,12 @@ android:visibility="gone" > <include layout="@layout/keystore_selector" /> + + <TextView + style="@style/item" + android:singleLine="false" + android:text="@string/extracahint" + android:textAppearance="?android:attr/textAppearanceSmall" /> </LinearLayout> <LinearLayout |