move "synchronize" checkbox to bottom section as well

This commit is contained in:
Vincent Breitmoser 2014-10-06 15:42:47 +02:00
parent b16a550fbb
commit f703d55bca
1 changed files with 14 additions and 17 deletions

View File

@ -28,23 +28,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView
style="@style/SectionHeader"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:layout_marginTop="14dp"
android:text="@string/section_upload_key" />
<CheckBox
android:id="@+id/sign_key_upload_checkbox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:layout_marginTop="4dp"
android:checked="false"
android:text="@string/label_send_key" />
<TextView
style="@style/SectionHeader"
android:layout_width="wrap_content"
@ -76,6 +59,20 @@
</LinearLayout>
<CheckBox
android:id="@+id/sign_key_upload_checkbox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:layout_marginTop="4dp"
android:checked="false"
android:text="@string/label_send_key" />
<View
android:layout_width="match_parent"
android:layout_height="1dip"
android:background="?android:attr/listDivider"/>
<LinearLayout
android:id="@+id/certify_key_certify_button"
android:layout_width="match_parent"