mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-21 16:41:05 +00:00
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:
parent
83b2f85ff4
commit
9893b2f057
5 changed files with 120 additions and 32 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue