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

Commit 37308e5d authored by Makoto Onuki's avatar Makoto Onuki Committed by Android Git Automerger
Browse files

am fcaad61f: Merge "Fix stream item pressed state" into jb-dev

* commit 'fcaad61f':
  Fix stream item pressed state
parents 2c244ff9 fcaad61f
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" />