Upload to keyserver after editing identities
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".ui.EditIdentitiesActivity">
|
||||
|
||||
<include
|
||||
android:id="@+id/toolbar_include"
|
||||
|
||||
@@ -19,6 +19,15 @@
|
||||
android:paddingRight="16dp"
|
||||
android:paddingTop="16dp">
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/edit_identities_upload_checkbox"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:checked="true"
|
||||
android:text="@string/label_send_key"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="16dp"/>
|
||||
|
||||
<android.support.v7.widget.CardView
|
||||
android:id="@+id/edit_identities_user_ids_card"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user