diff options
author | Zeapo <mohamed@zenadi.com> | 2014-08-06 23:52:45 +0100 |
---|---|---|
committer | Zeapo <mohamed@zenadi.com> | 2014-08-06 23:52:45 +0100 |
commit | e7052f2b4e1c7e82e445657e4d1680122ee50123 (patch) | |
tree | 3f8c47994776d0215f46d28f8a3cf4e9f3f20a4f /app/src/main/res | |
parent | a3138257561f8319fcb44489cc87e690bfcd0d02 (diff) |
corrected the icon for decryption
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/decrypt_layout.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/decrypt_layout.xml b/app/src/main/res/layout/decrypt_layout.xml index b80d3e50..c1ae7c6c 100644 --- a/app/src/main/res/layout/decrypt_layout.xml +++ b/app/src/main/res/layout/decrypt_layout.xml @@ -37,7 +37,7 @@ android:id="@+id/crypto_show_button" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:src="@drawable/ico_add" + android:src="@drawable/ico_key" android:background="@android:drawable/screen_background_light_transparent" android:layout_gravity="center_vertical" android:onClick="handleClick" |