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

Commit e3ed092c authored by Ivan Chiang's avatar Ivan Chiang
Browse files

[PM] Fix some localization issues in PIA V2

- Fix RTL issue of the customMessage
- Change the layout_width of the title to match_parent

Flag: android.content.pm.use_pia_v2
Test: manual.
Bug: 440317796
Bug: 440307452
Change-Id: I7628be323d67731a01ef6fa49801304f151b1635
parent 6c42ad3c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
            android:layout_marginTop="@dimen/dialog_inter_element_margin"
            android:textAlignment="viewStart"
            android:visibility="gone" />

        <include layout="@layout/keep_data_option_layout" />
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
    <style name="Widget.PackageInstaller.Material.WindowTitle" parent="@style/MaterialAlertDialog.Material3.Title.Text">
        <item name="android:autoSizeTextType">uniform</item>
        <item name="android:layout_marginTop">4dp</item>
        <item name="android:layout_width">match_parent</item>
        <item name="android:textAppearance">@style/TextAppearance.PackageInstaller.Material.Title</item>
    </style>