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

Commit b4ccebe5 authored by Xiaowen Lei's avatar Xiaowen Lei
Browse files

Fix documentation comments for NotificationProgressDrawable attributes.

Flag: android.app.api_rich_ongoing
Bug: 367804171
Test: N/A
Change-Id: Ic513aef12c3b83df4dfcbc336455dcbf9293e34c
parent 2e529466
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -7572,20 +7572,21 @@
    <!-- NotificationProgressDrawable class -->
    <!-- ================================== -->
    <!-- Drawable used to render a segmented bar, with segments and points. -->
    <!-- Drawable used to render a notification progress bar, with segments and points. -->
    <!-- @hide internal use only -->
    <declare-styleable name="NotificationProgressDrawable">
        <!-- Default color for the parts. -->
        <!-- The gap between two segments. -->
        <attr name="segSegGap" format="dimension" />
        <!-- The gap between a segment and a point. -->
        <attr name="segPointGap" format="dimension" />
    </declare-styleable>
    <!-- Used to config the segments of a NotificationProgressDrawable. -->
    <!-- @hide internal use only -->
    <declare-styleable name="NotificationProgressDrawableSegments">
        <!-- Height of the solid segments -->
        <!-- Height of the solid segments. -->
        <attr name="height" />
        <!-- Height of the faded segments -->
        <!-- Height of the faded segments. -->
        <attr name="fadedHeight" format="dimension" />
        <!-- Corner radius of the segment rect. -->
        <attr name="cornerRadius" format="dimension" />