Merge pull request #153 from nextcloud/whiteBottomSheetBackground

make bottom sheets' background white
This commit is contained in:
Mario Đanić 2018-04-30 13:47:20 +02:00 committed by GitHub
commit 33db4b56cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
android:id="@+id/bottom_sheet"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/windowBackground"
android:background="@color/white"
app:layout_behavior="@string/appbar_scrolling_view_behavior">

View file

@ -20,5 +20,5 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:animateLayoutChanges="true"
android:background="?android:attr/windowBackground"/>
android:background="@color/white"/>
</android.support.design.widget.CoordinatorLayout>