Add support for importing encrypted andOTP backups

This also refactors dialog_newgroup to serve as a generic text input dialog
This commit is contained in:
Alexander Bakker 2019-04-24 18:59:09 +02:00
parent 83b2f85ff4
commit 9893b2f057
5 changed files with 120 additions and 32 deletions

View file

@ -7,8 +7,7 @@
android:paddingEnd="20dp"
android:paddingTop="20dp">
<EditText
android:id="@+id/text_groupname"
android:hint="@string/group_name_hint"
android:id="@+id/text_input"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>