The center column of the support tab is back to white am: 2d07290453 am: 409714d0e4

am: a70964091a

Change-Id: Ic9ae4d2fd08f9a840d3a2431d6ab4292258df873
This commit is contained in:
Matthew Fritze
2016-10-07 18:25:54 +00:00
committed by android-build-merger

View File

@@ -15,13 +15,18 @@
limitations under the License.
-->
<android.support.v7.widget.RecyclerView
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/support_items"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"
android:focusable="false"
android:paddingStart="@dimen/dashboard_padding_start"
android:paddingEnd="@dimen/dashboard_padding_end"/>
android:paddingEnd="@dimen/dashboard_padding_end">
<android.support.v7.widget.RecyclerView
android:id="@+id/support_items"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:background="@color/card_background"/>
</FrameLayout>