Prevent column focus

pull/178/head
M66B 4 years ago
parent 78dee11bf0
commit 4727117052

@ -14,7 +14,9 @@
android:id="@+id/content_frame"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="2" />
android:layout_weight="2"
android:focusable="false"
android:focusableInTouchMode="false" />
<View
android:id="@+id/content_separator"
@ -26,7 +28,9 @@
android:id="@+id/content_pane"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1" />
android:layout_weight="1"
android:focusable="false"
android:focusableInTouchMode="false" />
</LinearLayout>
<eu.faircode.email.ScrollViewEx

Loading…
Cancel
Save