Remove hardcoded background from Auto Tabs demo to fix demo in Dark Theme

PiperOrigin-RevId: 245048022
This commit is contained in:
dniz 2019-04-24 08:22:06 -07:00 committed by Gautham Sajith
parent d5ab5910dc
commit 263ffa7353

View File

@ -18,8 +18,7 @@
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/material_grey_50">
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/content"