diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 22d2018192..0eebdf755f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -32,7 +32,8 @@ android:name="com.anytypeio.anytype.ui.main.MainActivity" android:exported="true" android:launchMode="singleTask" - android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize" + android:screenOrientation="portrait"> diff --git a/app/src/main/res/layout/fragment_object_menu.xml b/app/src/main/res/layout/fragment_object_menu.xml index d7bd9d1c9a..662b6eb124 100644 --- a/app/src/main/res/layout/fragment_object_menu.xml +++ b/app/src/main/res/layout/fragment_object_menu.xml @@ -1,209 +1,182 @@ - + android:layout_height="match_parent" + android:orientation="vertical"> + android:background="@drawable/dragger" /> - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + android:layout_marginTop="12dp" + android:layout_weight="0"> + android:layout_height="match_parent" + android:layout_gravity="center_vertical" /> @@ -211,7 +184,7 @@ android:id="@+id/anchor" android:layout_width="match_parent" android:layout_height="1dp" - app:layout_constraintEnd_toEndOf="parent" app:layout_constraintBottom_toBottomOf="parent" - /> - \ No newline at end of file + app:layout_constraintEnd_toEndOf="parent" /> + + \ No newline at end of file