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

Commit a12b5d60 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[Fgs Manager] Increase contrast between text and background" into...

Merge "[Fgs Manager] Increase contrast between text and background" into tm-dev am: f81c41aa am: cf8d94aa

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18150832



Change-Id: I9b3fc31d343a50ed06d84739ba35b8f73be8e84b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ce4372e8 cf8d94aa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -50,7 +50,8 @@
  <Button
      android:id="@+id/fgs_manager_app_item_stop_button"
      android:layout_width="wrap_content"
      android:layout_height="48dp"
      android:layout_height="wrap_content"
      android:minHeight="48dp"
      android:text="@string/fgs_manager_app_item_stop_button_label"
      android:layout_marginStart="12dp"
      style="?android:attr/buttonBarNeutralButtonStyle" />
+2 −1
Original line number Diff line number Diff line
@@ -1111,8 +1111,9 @@
    </style>

    <style name="FgsManagerAppDuration">
        <item name="android:fontFamily">?android:attr/textAppearanceSmall</item>
        <item name="android:textDirection">locale</item>
        <item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
        <item name="android:textColor">?android:attr/textColorSecondary</item>
    </style>

    <style name="BroadcastDialog">