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

Commit d5638c96 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Fix typos in documentation

Test: read docs
Fixes: 185834160
Change-Id: I1e7204c196119ea24d5813dd0e5e3ee96f2743f8
parent 469e1b49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -115,11 +115,11 @@ import java.util.Arrays;
 * </pre>
 * <p>
 * Starting with API 31, items may optionally define an {@link android.R.attr#lStar android:lStar}
 * attribute to modify the base color's perceptual luminance. This attribute takes a either
 * attribute to modify the base color's perceptual luminance. This attribute takes either a
 * floating-point value between 0 and 100 or a theme attribute that resolves as such. The item's
 * overall color is calculated by converting the base color to an accessibility friendly color space
 * and setting its L* to the value specified on the {@code lStar} attribute. For
 * example, the following item represents the theme's accent color at 50% perpectual luminosity:
 * example, the following item represents the theme's accent color at 50% perceptual luminance:
 * <pre>
 * &lt;item android:state_enabled="false"
 *         android:color="?android:attr/colorAccent"