Attempt to fix focus / multi column

pull/178/head
M66B 5 years ago
parent a67575bbec
commit cd38b97501

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

Loading…
Cancel
Save