diff options
| -rw-r--r-- | core/res/res/color/surface_highlight_dark.xml | 2 | ||||
| -rw-r--r-- | core/res/res/color/surface_light.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/color/surface_highlight_dark.xml b/core/res/res/color/surface_highlight_dark.xml index 2bebe25599d4..3361bb0cf1ca 100644 --- a/core/res/res/color/surface_highlight_dark.xml +++ b/core/res/res/color/surface_highlight_dark.xml @@ -15,5 +15,5 @@ ~ limitations under the License. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:color="@color/system_neutral1_500" lStar="35" /> + <item android:color="@color/system_neutral1_500" android:lStar="35" /> </selector> diff --git a/core/res/res/color/surface_light.xml b/core/res/res/color/surface_light.xml index 8a96f98bb331..4a230b12726c 100644 --- a/core/res/res/color/surface_light.xml +++ b/core/res/res/color/surface_light.xml @@ -14,5 +14,5 @@ limitations under the License. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:color="@color/system_neutral1_500" lStar="97" /> + <item android:color="@color/system_neutral1_500" android:lStar="97" /> </selector> |