We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7163291 commit dabcdbcCopy full SHA for dabcdbc
1 file changed
pflockscreen/src/main/res/layout/fragment_lock_screen_pf.xml
@@ -2,7 +2,9 @@
2
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
android:id="@+id/fragment_pf"
4
android:layout_width="wrap_content"
5
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
6
+ android:clickable="true"
7
+ android:focusable="true">
8
9
10
<ImageView
0 commit comments