mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-21 16:41:05 +00:00
Show some additional warning info in the entry deletion dialog
Close #565.
This commit is contained in:
parent
68436fba9c
commit
22c93bf5c6
5 changed files with 38 additions and 20 deletions
21
app/src/main/res/layout/dialog_delete_entry.xml
Normal file
21
app/src/main/res/layout/dialog_delete_entry.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingStart="25dp"
|
||||
android:paddingBottom="10dp"
|
||||
android:paddingEnd="25dp"
|
||||
android:paddingTop="10dp"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:id="@+id/text_message"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16sp"/>
|
||||
<TextView
|
||||
android:id="@+id/text_explanation"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:textSize="16sp"/>
|
||||
</LinearLayout>
|
Loading…
Add table
Add a link
Reference in a new issue