Merge "Add namespace to lStar" into sc-dev

This commit is contained in:
Lucas Dupin
2021-04-10 00:31:21 +00:00
committed by Android (Google) Code Review
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>