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

Commit e4c43f3d authored by Daniel Lehmann's avatar Daniel Lehmann
Browse files

Fix highlight of DONE button in editor

Bug:5215271
Change-Id: I42621a721f501d2ec272e8552392c660b850edf8
parent 24b2907c
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -26,13 +26,14 @@
        android:divider="?android:attr/dividerVertical"
        android:showDividers="end"
        android:dividerPadding="12dip"
        android:orientation="horizontal"
        style="?android:attr/actionButtonStyle">
        android:orientation="horizontal">

        <LinearLayout
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:orientation="horizontal">
            android:orientation="horizontal"
            android:duplicateParentState="true"
            style="?android:attr/actionButtonStyle">

            <ImageView
                android:id="@+id/icon"