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

Commit f3343196 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[DocsUI M3] Update colors for drag selection box" into main

parents b41e6431 0afc2f79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  -->

<shape xmlns:android="http://schemas.android.com/apk/res/android"
        android:shape="rectangle">
    <solid android:color="@color/band_select_background" />
        android:shape="rectangle" android:tint="@color/band_select_background">
    <solid android:color="#52000000" /> <!-- 32% alpha -->
    <stroke android:width="1dp" android:color="@color/band_select_border" />
</shape>
+2 −2
Original line number Diff line number Diff line
@@ -36,8 +36,8 @@
  </color>
  <color name="tool_bar_gradient_max">#7f000000</color>

  <color name="band_select_background">#88ffffff</color>
  <color name="band_select_border">#44000000</color>
  <color name="band_select_background">?attr/colorPrimaryInverse</color>
  <color name="band_select_border">?attr/colorPrimaryContainer</color>

  <color name="downloads_icon_background">#ff4688f2</color>
  <color name="app_icon_background">#ff4688f2</color>