Improve Java doc about how to override notification drawables

Issue: androidx/media#140
PiperOrigin-RevId: 501288267
This commit is contained in:
bachinger 2023-01-11 16:24:55 +00:00 committed by Rohit Singh
parent ee720c56ca
commit a2cf222117

View File

@ -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.