Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
罗孟伟 committed Apr 13, 2018
1 parent 064b904 commit 59087f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
android:fitsSystemWindows="true"
android:orientation="vertical">

<RelativeLayout
Expand Down
1 change: 1 addition & 0 deletions picture_library/src/main/res/layout/picture_preview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
android:fitsSystemWindows="true"
android:orientation="vertical">

<RelativeLayout
Expand Down
1 change: 1 addition & 0 deletions picture_library/src/main/res/layout/picture_selector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:fitsSystemWindows="true"
tools:context="com.luck.picture.lib.PictureSelectorActivity">

<include
Expand Down

0 comments on commit 59087f5

Please sign in to comment.