Add namespace to lStar

Bug: 184900666
Test: manual, on sysui theme
Change-Id: I07c3fd203aa51187be3422b3e61f6c93eba87665
This commit is contained in:
Lucas Dupin
2021-04-09 15:01:23 -07:00
parent e8c798ba11
commit f7568e8331
2 changed files with 2 additions and 2 deletions

View File

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

View File

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