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

Commit 6719d39d authored by Tom Taylor's avatar Tom Taylor
Browse files

Fix alert dialog separator

Update the line that separates the alert dialog's title from a custom view
with the correct asset to match the rest of the UI.
parent f18b9311
Loading
Loading
Loading
Loading
+7 −9
Original line number Diff line number Diff line
@@ -63,9 +63,7 @@
            android:visibility="gone"
            android:scaleType="fitXY"
            android:gravity="fill_horizontal"
            android:src="@android:drawable/dialog_divider_horizontal_light"
            android:layout_marginLeft="10dip"
            android:layout_marginRight="10dip"/>
            android:src="@android:drawable/divider_horizontal_dark" />
        <!-- If the client uses a customTitle, it will be added here. -->
    </LinearLayout>