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

Commit c88ae71f authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "UX widget cell color issue" into ub-launcher3-burnaby

parents a1fbd84b 611bcf17
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
    android:id="@+id/widgets_cell_list_container"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@color/widgets_cell_color"
    android:orientation="vertical"
    android:focusable="true"
    android:descendantFocusability="afterDescendants">
@@ -61,7 +62,6 @@
            android:layout_marginLeft="@dimen/widget_row_padding"
            android:orientation="horizontal"
            android:divider="@drawable/widgets_row_divider"
            android:showDividers="middle"
            android:background="@color/widgets_cell_color"/>
            android:showDividers="middle"/>
    </HorizontalScrollView>
</LinearLayout>