diff options
author | Mohamed <mohamed@zenadi.com> | 2017-05-25 20:57:12 +0100 |
---|---|---|
committer | Mohamed <mohamed@zenadi.com> | 2017-05-25 20:57:12 +0100 |
commit | 708fce2e4001b731833984f66645dfc90f1452c2 (patch) | |
tree | ed323da90a003b7ac1df73cb9f2105ef7554a4e7 /app/src/main/res/layout | |
parent | 210c41ec25c9d8389723a5755e7db7a2b0e1c27b (diff) |
no longer needed as it was fixed in OpenKeychain
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/decrypt_layout.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app/src/main/res/layout/decrypt_layout.xml b/app/src/main/res/layout/decrypt_layout.xml index 0c7850d8..7d5d9408 100644 --- a/app/src/main/res/layout/decrypt_layout.xml +++ b/app/src/main/res/layout/decrypt_layout.xml @@ -48,23 +48,6 @@ android:layout_marginTop="16dp" android:layout_marginBottom="16dp" /> - <ProgressBar - style="?android:attr/progressBarStyleLarge" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginTop="32dp" - android:id="@+id/progress_bar" - android:layout_gravity="center_horizontal" - android:indeterminate="true" - android:visibility="gone"/> - <TextView - android:id="@+id/progress_bar_label" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_horizontal" - android:text="Authentication Required" - android:visibility="gone"/> - <LinearLayout android:id="@+id/crypto_container" android:orientation="vertical" |