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

Commit 8bbe3429 authored by Fiona Campbell's avatar Fiona Campbell
Browse files

Update dot indicator colors

- use primary and secondary colors, which are known to contrast well
  with background

Bug: 380372165
Flag: EXEMPT ui changes only
Test: visual and color picker checks
Change-Id: Ic28620c29aa0366cb3ed594a89d8bb85c9730153
parent ae3067d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@
      android:pathData="M0,0h24v24h-24z"/>
  <path
      android:pathData="M16.41,18.59L15,20L7,12L15,4L16.41,5.41L9.83,12"
      android:fillColor="?android:attr/colorAccent"
      android:fillColor="?android:attr/textColorPrimary"
      android:fillType="evenOdd"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@
      android:pathData="M0,0h24v24h-24z"/>
  <path
      android:pathData="M7.59,5.41L9,4L17,12L9,20L7.59,18.59L14.17,12"
      android:fillColor="?android:attr/colorAccent"
      android:fillColor="?android:attr/textColorPrimary"
      android:fillType="evenOdd"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@
    android:viewportHeight="6">
  <path
      android:pathData="M3,0C4.65686,0 6,1.34315 6,3C6,4.65686 4.65685,6 3,6C1.34315,6 0,4.65685 0,3C0,1.34315 1.34315,0 3,0Z"
      android:fillColor="?android:attr/colorAccent"
      android:fillColor="?android:attr/textColorPrimary"
      android:fillType="evenOdd"/>
</vector>
+1 −2
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
    android:viewportHeight="6">
  <path
      android:pathData="M3,0C4.65686,0 6,1.34315 6,3C6,4.65686 4.65685,6 3,6C1.34315,6 0,4.65685 0,3C0,1.34315 1.34315,0 3,0Z"
      android:fillColor="?android:attr/colorAccent"
      android:fillAlpha="0.24"
      android:fillColor="?android:attr/textColorSecondary"
      android:fillType="evenOdd"/>
</vector>