소스 검색

fixed the background color

Andy Scherzinger 8 년 전
부모
커밋
457027a196
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      res/layout/drawer.xml

+ 1 - 0
res/layout/drawer.xml

@@ -35,6 +35,7 @@
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_gravity="bottom"
+            android:background="@color/white"
             android:clickable="false"
             android:orientation="vertical"
             android:paddingBottom="@dimen/standard_half_padding"