We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d283d3 commit 980129fCopy full SHA for 980129f
app/src/main/res/layout-v17/activity_main.xml
@@ -21,7 +21,9 @@
21
22
<FrameLayout
23
android:layout_width="match_parent"
24
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
25
+ android:focusable="true"
26
+ android:focusableInTouchMode="true" >
27
28
<org.wordpress.aztec.AztecText
29
android:id="@+id/aztec"
app/src/main/res/layout/activity_main.xml
0 commit comments