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

Commit e673391a authored by Yao Lu's avatar Yao Lu Committed by Android (Google) Code Review
Browse files

Merge "Adjust the X icon in selection bar for alignment." into ub-contactsdialer-f-dev

parents 74100ee3 75d2edbe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@

    <ImageButton
        android:id="@+id/selection_close"
        android:layout_width="48dp"
        android:layout_height="48dp"
        android:layout_width="@dimen/selection_bar_close_icon_size"
        android:layout_height="@dimen/selection_bar_close_icon_size"
        android:layout_gravity="center_vertical|start"
        android:alpha="@dimen/close_icon_alpha"
        android:background="?attr/selectableItemBackgroundBorderless"