소스 검색

fix background color

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

+ 1 - 0
res/layout/uploader_layout.xml

@@ -21,6 +21,7 @@
 	android:layout_height="wrap_content"
 	android:orientation="vertical"
 	android:layout_width="wrap_content"
+	android:background="@color/white"
 	android:gravity="center">
 
 	<FrameLayout