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

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

Add namespace to lStar

Bug: 184900666
Test: manual, on sysui theme
Change-Id: I07c3fd203aa51187be3422b3e61f6c93eba87665
parent e8c798ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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>