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

Commit fcaad61f authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Fix stream item pressed state" into jb-dev

parents 1db10c11 7bc25c63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
        android:paddingLeft="@dimen/detail_update_section_item_horizontal_padding"
        android:paddingRight="@dimen/detail_update_section_item_horizontal_padding"
        android:paddingTop="@dimen/detail_update_section_item_vertical_padding"
        android:paddingBottom="@dimen/detail_update_section_item_vertical_padding"
        android:background="?android:attr/selectableItemBackground"
        android:orientation="vertical"
        >
@@ -81,7 +82,6 @@
        android:id="@+id/horizontal_divider"
        android:layout_width="match_parent"
        android:layout_height="1px"
        android:layout_marginTop="@dimen/detail_update_section_item_vertical_padding"
        android:background="?android:attr/dividerHorizontal"
        android:layout_gravity="bottom" />