Merge remote-tracking branch 'origin/master'

This commit is contained in:
Vincent Breitmoser 2014-08-31 17:37:45 +02:00
commit 06eb7148a2
2 changed files with 15 additions and 8 deletions

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
xmlns:custom="http://schemas.android.com/apk/res-auto" xmlns:custom="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:custom="http://schemas.android.com/apk/res-auto"
android:orientation="vertical" android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
@ -132,6 +133,12 @@
android:checked="false" android:checked="false"
android:text="@string/label_send_key" /> android:text="@string/label_send_key" />
<org.sufficientlysecure.keychain.ui.widget.FoldableLinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
custom:foldedLabel="@string/api_settings_show_advanced"
custom:unFoldedLabel="@string/api_settings_hide_advanced">
<Spinner <Spinner
android:id="@+id/upload_key_keyserver" android:id="@+id/upload_key_keyserver"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -140,6 +147,8 @@
android:layout_marginTop="4dp" android:layout_marginTop="4dp"
android:enabled="false" /> android:enabled="false" />
</org.sufficientlysecure.keychain.ui.widget.FoldableLinearLayout>
<TextView <TextView
style="@style/SectionHeader" style="@style/SectionHeader"
android:layout_width="wrap_content" android:layout_width="wrap_content"