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

Commit b81e388d authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz Committed by Android (Google) Code Review
Browse files

Merge "Update point dimensions and also dash gap per UX spec." into main

parents 0dd1c4b2 e9e77e7e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -820,17 +820,17 @@
    <!-- The gap between segments in the notification progress bar -->
    <dimen name="notification_progress_segSeg_gap">2dp</dimen>
    <!-- The gap between a segment and a point in the notification progress bar -->
    <dimen name="notification_progress_segPoint_gap">4dp</dimen>
    <dimen name="notification_progress_segPoint_gap">8dp</dimen>
    <!-- The dash gap of the notification progress bar segments -->
    <dimen name="notification_progress_segments_dash_gap">9dp</dimen>
    <dimen name="notification_progress_segments_dash_gap">8dp</dimen>
    <!-- The dash width of the notification progress bar segments -->
    <dimen name="notification_progress_segments_dash_width">3dp</dimen>
    <!-- The height of the notification progress bar segments -->
    <dimen name="notification_progress_segments_height">6dp</dimen>
    <!-- The radius of the notification progress bar points -->
    <dimen name="notification_progress_points_radius">10dp</dimen>
    <dimen name="notification_progress_points_radius">6dp</dimen>
    <!-- The corner radius of the notification progress bar points drawn as rects -->
    <dimen name="notification_progress_points_corner_radius">4dp</dimen>
    <dimen name="notification_progress_points_corner_radius">2dp</dimen>
    <!-- The inset of the notification progress bar points drawn as rects -->
    <dimen name="notification_progress_points_inset">0dp</dimen>