Просмотр исходного кода

android: Remove bottom attribute from navigation view

Using the "bottom" attribute would break the navigation view and prevent things like rounded corners and lock modes from being applied properly.
Charles Lombardo 2 лет назад
Родитель
Сommit
ff9d8dd0b3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/android/app/src/main/res/layout/fragment_emulation.xml

+ 1 - 1
src/android/app/src/main/res/layout/fragment_emulation.xml

@@ -155,7 +155,7 @@
         android:id="@+id/in_game_menu"
         android:layout_width="wrap_content"
         android:layout_height="match_parent"
-        android:layout_gravity="start|bottom"
+        android:layout_gravity="start"
         app:headerLayout="@layout/header_in_game"
         app:menu="@menu/menu_in_game"
         tools:visibility="gone" />