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

Commit d26c1343 authored by Evan Severson's avatar Evan Severson Committed by Presubmit Automerger Backend
Browse files

[automerge] Fix RTL mode for FGS manager 2p: f947ac20

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

Change-Id: I4a624f4b38d9b2e3f39c0bd030babe3cca470e1f
parents 2a8d4890 f947ac20
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
      android:id="@+id/fgs_manager_app_item_icon"
      android:layout_width="28dp"
      android:layout_height="28dp"
      android:layout_marginRight="12dp" />
      android:layout_marginEnd="12dp" />

  <LinearLayout
      android:layout_width="0dp"
@@ -38,7 +38,7 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="start"
        style="@style/TextAppearance.Dialog.Body" />
        style="@style/FgsManagerAppLabel" />
    <TextView
        android:id="@+id/fgs_manager_app_item_duration"
        android:layout_width="match_parent"
@@ -52,6 +52,6 @@
      android:layout_width="wrap_content"
      android:layout_height="48dp"
      android:text="@string/fgs_manager_app_item_stop_button_label"
      android:layout_marginLeft="12dp"
      android:layout_marginStart="12dp"
      style="?android:attr/buttonBarNeutralButtonStyle" />
</LinearLayout>
+4 −0
Original line number Diff line number Diff line
@@ -1083,6 +1083,10 @@
        <item name="android:textDirection">locale</item>
    </style>

    <style name="FgsManagerAppLabel" parent="TextAppearance.Dialog.Body">
        <item name="android:textDirection">locale</item>
    </style>

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