
- encrypted JSON format support - using master password & password prompt - refactored alerts
19 lines
No EOL
719 B
XML
19 lines
No EOL
719 B
XML
<?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:orientation="vertical"
|
|
android:padding="20dp">
|
|
|
|
<TextView
|
|
android:id="@+id/password_prompt_title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="10dp"
|
|
android:paddingStart="5dp"
|
|
android:paddingEnd="5dp"
|
|
android:text="@string/password_preferences_decrypt_prompt"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textColor="@color/colorAccent" />
|
|
|
|
</LinearLayout> |