Skip to content

Commit 980129f

Browse files
committed
Add focusable attributes to edit text parent view
1 parent 4d283d3 commit 980129f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/src/main/res/layout-v17/activity_main.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121

2222
<FrameLayout
2323
android:layout_width="match_parent"
24-
android:layout_height="wrap_content">
24+
android:layout_height="wrap_content"
25+
android:focusable="true"
26+
android:focusableInTouchMode="true" >
2527

2628
<org.wordpress.aztec.AztecText
2729
android:id="@+id/aztec"

app/src/main/res/layout/activity_main.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121

2222
<FrameLayout
2323
android:layout_width="match_parent"
24-
android:layout_height="wrap_content">
24+
android:layout_height="wrap_content"
25+
android:focusable="true"
26+
android:focusableInTouchMode="true" >
2527

2628
<org.wordpress.aztec.AztecText
2729
android:id="@+id/aztec"

0 commit comments

Comments
 (0)