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

Commit a21cd44c authored by Jacqueline Bronger's avatar Jacqueline Bronger Committed by Android (Google) Code Review
Browse files

Merge "Remove double focus ring on TV volume UI seekbar" into main

parents 2a2244cd 7bdd5d7d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -19,9 +19,4 @@
    <solid android:color="@color/tv_volume_dialog_accent" />
    <size android:width="@dimen/tv_volume_seek_bar_thumb_diameter"
          android:height="@dimen/tv_volume_seek_bar_thumb_diameter" />
    <stroke android:width="@dimen/tv_volume_seek_bar_thumb_focus_ring_width"
            android:color="@color/tv_volume_dialog_seek_thumb_focus_ring"/>
    <item name="android:shadowColor">@color/tv_volume_dialog_seek_thumb_shadow</item>
    <item name="android:shadowRadius">@dimen/tv_volume_seek_bar_thumb_shadow_radius</item>
    <item name="android:shadowDy">@dimen/tv_volume_seek_bar_thumb_shadow_dy</item>
</shape>
+1 −4
Original line number Diff line number Diff line
@@ -28,9 +28,6 @@
  <dimen name="tv_volume_dialog_bubble_size">36dp</dimen>
  <dimen name="tv_volume_dialog_row_padding">6dp</dimen>
  <dimen name="tv_volume_number_text_size">16sp</dimen>
  <dimen name="tv_volume_seek_bar_thumb_diameter">24dp</dimen>
  <dimen name="tv_volume_seek_bar_thumb_focus_ring_width">8dp</dimen>
  <dimen name="tv_volume_seek_bar_thumb_diameter">16dp</dimen>
  <dimen name="tv_volume_icons_size">20dp</dimen>
  <dimen name="tv_volume_seek_bar_thumb_shadow_radius">4.0</dimen>
  <dimen name="tv_volume_seek_bar_thumb_shadow_dy">4.0</dimen>
</resources>
+0 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@

    <color name="red">#FFCC0000</color>
    <color name="tv_volume_dialog_circle">#08FFFFFF</color>
    <color name="tv_volume_dialog_seek_thumb_focus_ring">#1AFFFFFF</color>
    <color name="tv_volume_dialog_seek_thumb_shadow">#40000000</color>
    <color name="tv_volume_dialog_seek_bar_background">#A03C4043</color>
    <color name="tv_volume_dialog_seek_bar_fill">#FFF8F9FA</color>
    <color name="tv_volume_dialog_accent">#FFDADCE0</color>