Explorar el Código

remove divider according to #1428

Andy Scherzinger hace 9 años
padre
commit
2d0fc03ef0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      res/layout/drawer.xml

+ 2 - 2
res/layout/drawer.xml

@@ -62,8 +62,8 @@
             android:layout_width="fill_parent"
             android:layout_height="match_parent"
             android:background="@color/background_color"
-            android:divider="@color/list_divider_background"
-            android:dividerHeight="1dp"
+            android:divider="@null"
+            android:dividerHeight="0dp"
             android:paddingTop="100dp" />
 
         <LinearLayout