The center column of the support tab is back to white
am: 2d07290453
Change-Id: I14bb5ca55ed267b3144a091e5b0bc636aeaaaa1e
This commit is contained in:
@@ -15,13 +15,18 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<android.support.v7.widget.RecyclerView
|
<FrameLayout
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:id="@+id/support_items"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:clipChildren="false"
|
android:clipChildren="false"
|
||||||
android:clipToPadding="false"
|
android:clipToPadding="false"
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:paddingStart="@dimen/dashboard_padding_start"
|
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>
|
||||||
|
Reference in New Issue
Block a user