diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-06-19 00:54:52 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-06-19 00:54:52 +0200 |
commit | 47edcacf6135184d687e0f3c106a696fbee88938 (patch) | |
tree | 533dcb4b665aca009e5c6e7f8cdffbb961c2aad6 /OpenKeychain/src/main/res/layout | |
parent | f0487b0ca7106367b69e3b38a67f9accf07d8f51 (diff) | |
download | open-keychain-47edcacf6135184d687e0f3c106a696fbee88938.tar.gz open-keychain-47edcacf6135184d687e0f3c106a696fbee88938.tar.bz2 open-keychain-47edcacf6135184d687e0f3c106a696fbee88938.zip |
Remove unused code to import splitted qr codes
Diffstat (limited to 'OpenKeychain/src/main/res/layout')
-rw-r--r-- | OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml b/OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml index 3f131b9ce..1cc414dab 100644 --- a/OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml +++ b/OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml @@ -44,23 +44,4 @@ </LinearLayout> - <TextView - android:id="@+id/import_qrcode_text" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:paddingLeft="16dp" - android:paddingRight="16dp" - android:paddingTop="8dp" - android:visibility="gone" /> - - <ProgressBar - android:id="@+id/import_qrcode_progress" - style="?android:attr/progressBarStyleHorizontal" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:paddingLeft="16dp" - android:paddingRight="16dp" - android:progress="0" - android:visibility="gone" /> - </LinearLayout>
\ No newline at end of file |