diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2017-07-27 00:40:16 +0100 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2017-08-10 11:10:29 +0200 |
commit | c3eb4f0a414b4bceb79b3c19eec2f69528ced02b (patch) | |
tree | 1faf91237a974d8ef51bf482f1a4d4cb876b5e1a /app/src/main/res | |
parent | 902cbd78b0acbf237bf72ff5b60ff3307f100e7f (diff) |
initial work on pgp activity
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/decrypt_layout.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/layout/decrypt_layout.xml b/app/src/main/res/layout/decrypt_layout.xml index 5d9e66ab..90e76e0b 100644 --- a/app/src/main/res/layout/decrypt_layout.xml +++ b/app/src/main/res/layout/decrypt_layout.xml @@ -19,7 +19,7 @@ android:orientation="vertical"> <TextView - android:id="@+id/crypto_password_category" + android:id="@+id/crypto_password_category_decrypt" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" @@ -54,7 +54,7 @@ tools:ignore="ContentDescription" /> <LinearLayout - android:id="@+id/crypto_container" + android:id="@+id/crypto_container_decrypt" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 87470c0e..0641385c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -199,6 +199,8 @@ <string name="autofill_paste_username">Paste username?\n\n%s</string> <string name="autofill_toast_username">Select an editable field to past the username.\nUsername is available for %d seconds.</string> <string name="ssh_key_does_not_exist">Unable to open the ssh private key, please check that the file exists</string> + <string name="new_password_title">New password</string> + <string name="edit_password_title">Editing</string> <string name="autofill_ins_1_hint">Screenshot of accessibility services</string> <string name="autofill_ins_2_hint">Screenshot of toggle in accessibility services</string> <string name="autofill_ins_3_hint">Screenshot of autofill service in action</string> |