Merge "Fix RTL mode for FGS manager" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f8825ae669
@@ -26,7 +26,7 @@
|
|||||||
android:id="@+id/fgs_manager_app_item_icon"
|
android:id="@+id/fgs_manager_app_item_icon"
|
||||||
android:layout_width="28dp"
|
android:layout_width="28dp"
|
||||||
android:layout_height="28dp"
|
android:layout_height="28dp"
|
||||||
android:layout_marginRight="12dp" />
|
android:layout_marginEnd="12dp" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="start"
|
android:gravity="start"
|
||||||
style="@style/TextAppearance.Dialog.Body" />
|
style="@style/FgsManagerAppLabel" />
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/fgs_manager_app_item_duration"
|
android:id="@+id/fgs_manager_app_item_duration"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@@ -52,6 +52,6 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
android:text="@string/fgs_manager_app_item_stop_button_label"
|
android:text="@string/fgs_manager_app_item_stop_button_label"
|
||||||
android:layout_marginLeft="12dp"
|
android:layout_marginStart="12dp"
|
||||||
style="?android:attr/buttonBarNeutralButtonStyle" />
|
style="?android:attr/buttonBarNeutralButtonStyle" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -1083,6 +1083,10 @@
|
|||||||
<item name="android:textDirection">locale</item>
|
<item name="android:textDirection">locale</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<style name="FgsManagerAppLabel" parent="TextAppearance.Dialog.Body">
|
||||||
|
<item name="android:textDirection">locale</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
<style name="FgsManagerAppDuration">
|
<style name="FgsManagerAppDuration">
|
||||||
<item name="android:fontFamily">?android:attr/textAppearanceSmall</item>
|
<item name="android:fontFamily">?android:attr/textAppearanceSmall</item>
|
||||||
<item name="android:textDirection">locale</item>
|
<item name="android:textDirection">locale</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user