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

Commit 525659c2 authored by ykhung's avatar ykhung Committed by YUKAI HUNG
Browse files

Refine graph top margin and expand/collapse icon theme color

Bug: 187767343
Test: make SettingsRoboTests
Change-Id: I5084affd49169de1f43a308acbe192f55454d0f7
parent d31c3649
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
    android:tint="?android:attr/colorAccent">
  <path
      android:fillColor="@android:color/white"
      android:pathData="M18.59,16.41L20,15l-8,-8 -8,8 1.41,1.41L12,9.83"/>
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
    android:tint="?android:attr/colorAccent">
  <path
      android:fillColor="@android:color/white"
      android:pathData="M5.41,7.59L4,9l8,8 8,-8 -1.41,-1.41L12,14.17"/>
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
        android:id="@+id/chart_summary"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginBottom="20dp"
        android:layout_marginVertical="16dp"
        android:textAppearance="?android:attr/textAppearanceSmall"
        settings:textColor="?android:attr/textColorSecondary"
        android:text="@string/battery_usage_chart_graph_hint" />