Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7096409 authored by Matthew Fritze's avatar Matthew Fritze Committed by android-build-merger
Browse files

The center column of the support tab is back to white am: 2d072904

am: 409714d0

Change-Id: I6af46ec8fdba17edbb2716704e903c7aedb7d456
parents 0967f79c 409714d0
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -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"/>
 No newline at end of file
    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>