mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 13:35:33 +03:00
Merge pull request #153 from nextcloud/whiteBottomSheetBackground
make bottom sheets' background white
This commit is contained in:
commit
33db4b56cc
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue