mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Improve Java doc about how to override notification drawables
Issue: androidx/media#140 PiperOrigin-RevId: 501288267 (cherry picked from commit a2cf2221170e333d1d1883e0e86c5efca32f55ba)
This commit is contained in:
parent
5d84804070
commit
764daff417
@ -84,8 +84,10 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||||||
*
|
*
|
||||||
* <h2>Drawables</h2>
|
* <h2>Drawables</h2>
|
||||||
*
|
*
|
||||||
* The drawables used can be overridden by drawables with the same names defined the application.
|
* The drawables used can be overridden by drawables with the same file names in {@code
|
||||||
* The drawables are:
|
* res/drawables} of the application module. Alternatively, you can override the drawable resource
|
||||||
|
* ID with a {@code drawable} element in a resource file in {@code res/values}. The drawable
|
||||||
|
* resource IDs are:
|
||||||
*
|
*
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li><b>{@code media3_notification_play}</b> - The play icon.
|
* <li><b>{@code media3_notification_play}</b> - The play icon.
|
||||||
@ -99,8 +101,8 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||||||
*
|
*
|
||||||
* <h2>String resources</h2>
|
* <h2>String resources</h2>
|
||||||
*
|
*
|
||||||
* String resources used can be overridden by resources with the same names defined the application.
|
* String resources used can be overridden by resources with the same resource IDs defined by the
|
||||||
* These are:
|
* application. The string resource IDs are:
|
||||||
*
|
*
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li><b>{@code media3_controls_play_description}</b> - The description of the play icon.
|
* <li><b>{@code media3_controls_play_description}</b> - The description of the play icon.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user