Fix bottom sheet background color

This commit is contained in:
AndyScherzinger 2018-04-30 14:57:26 +02:00
parent 439d34f918
commit d78d90fa83
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 8 additions and 6 deletions

View File

@ -20,11 +20,12 @@
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:layout_marginTop="16dp">
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
android:paddingBottom="16dp"
android:paddingTop="16dp">
<ImageView
android:id="@+id/icon_image_view"

View File

@ -24,7 +24,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:background="@color/white">
<TextView
android:id="@+id/menu_text"