diff options
Diffstat (limited to 'res/layout/decrypt.xml')
-rw-r--r-- | res/layout/decrypt.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/decrypt.xml b/res/layout/decrypt.xml index 2acae3086..8bfa76f01 100644 --- a/res/layout/decrypt.xml +++ b/res/layout/decrypt.xml @@ -144,7 +144,8 @@ android:id="@+id/signature" android:orientation="horizontal" android:layout_height="wrap_content" - android:layout_width="fill_parent"> + android:layout_width="fill_parent" + android:clickable="true"> <RelativeLayout android:layout_height="wrap_content" |