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

Commit 85f2ea49 authored by Presubmit Automerger Backend's avatar Presubmit Automerger Backend
Browse files

[automerge] fix: profile pause text color change 2p: 2e208d75

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/DocumentsUI/+/15611975

Bug: 195281572
Change-Id: I838c46e6b8675fa4e420ef4f4d8f40d7050a4831
parents 9ee15aa3 2e208d75
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -21,4 +21,9 @@
  <color name="work_profile_button_stroke_color">
    @*android:color/system_accent1_200
  </color> <!-- accent 200 -->
  <color name="empty_state_text">@*android:color/system_neutral1_100</color>
  <!-- neutral 100 -->
  <color name="empty_state_message_text">@*android:color/system_neutral2_200
  </color>
  <!-- neutral variant 200 -->
</resources>
+5 −0
Original line number Diff line number Diff line
@@ -18,4 +18,9 @@
  <color name="work_profile_button_stroke_color">
    @*android:color/system_accent1_600
  </color> <!-- primary 600 -->
  <color name="empty_state_text">@*android:color/system_neutral1_900</color>
    <!-- neutral 900 -->
  <color name="empty_state_message_text">@*android:color/system_neutral2_700
  </color>
  <!-- neutral variant 700 -->
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    </style>

    <style name="EmptyStateMessageText">
        <item name="android:textColor">?android:textColorSecondary</item>
        <item name="android:textColor">@color/empty_state_message_text</item>
        <item name="android:textSize">14sp</item>
        <item name="fontFamily">@string/config_fontFamily</item>
    </style>