Explorar o código

Fix bottom nav background color (closes #2704)

arkon %!s(int64=5) %!d(string=hai) anos
pai
achega
622d6c0cab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/src/main/res/layout/main_activity.xml

+ 1 - 1
app/src/main/res/layout/main_activity.xml

@@ -50,7 +50,7 @@
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_gravity="bottom"
-            app:itemBackground="?attr/colorPrimary"
+            app:elevation="0dp"
             app:labelVisibilityMode="labeled"
             app:menu="@menu/bottom_nav" />