diff options
author | zeapo <mohamed@zenadi.com> | 2017-11-03 15:03:44 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2017-11-03 15:03:44 +0100 |
commit | 7337be52140848985f428c44a2627ae23c19028f (patch) | |
tree | f7931efdfa3b3e1c766d68528be425cb6fe9a4ac /app/src/main/res | |
parent | ae3924673245f0d40d41ec313f2146c0f3943ef0 (diff) |
replace the onclick by a listener
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/encrypt_layout.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/layout/encrypt_layout.xml b/app/src/main/res/layout/encrypt_layout.xml index 29fde529..383c563e 100644 --- a/app/src/main/res/layout/encrypt_layout.xml +++ b/app/src/main/res/layout/encrypt_layout.xml @@ -68,7 +68,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end" - android:onClick="handleClick" android:text="@string/pwd_generate_button" /> <TextView |