diff options
Diffstat (limited to 'OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml')
-rw-r--r-- | OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml b/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml index e4c9e1441..af1e345d6 100644 --- a/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml +++ b/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml @@ -24,19 +24,6 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Sign User Id" - android:textAppearance="?android:attr/textAppearanceMedium" /> - - <EditText - android:id="@+id/crypto_provider_demo_sign_user_id" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:text="dominik@dominikschuermann.de" - android:textAppearance="@android:style/TextAppearance.Small" /> - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" android:text="Message" android:textAppearance="?android:attr/textAppearanceMedium" /> |