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

Commit 61d1ca6d authored by Ivan Chiang's avatar Ivan Chiang
Browse files

[PM] Support RTL for App snippet in PIA V2

Flag: android.content.pm.use_pia_v2
Test: manual
Bug: 440039641
Change-Id: I6bff196a9f7ade77102f3deb5dccbd1449c124f7
parent 1f332672
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@
    android:id="@+id/app_snippet"
    android:id="@+id/app_snippet"
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_height="wrap_content"
    android:gravity="center"
    android:gravity="center_vertical"
    android:layout_marginTop="@dimen/app_snippet_layout_vertical_margin"
    android:layout_marginTop="@dimen/app_snippet_layout_vertical_margin"
    android:orientation="horizontal"
    android:orientation="horizontal"
    android:visibility="gone">
    android:visibility="gone">
@@ -34,8 +34,10 @@


    <TextView
    <TextView
        android:id="@+id/app_label"
        android:id="@+id/app_label"
        android:layout_width="match_parent"
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:textAlignment="viewStart"
        style="?attr/textAppearanceInstallerAppLabel"/>
        style="?attr/textAppearanceInstallerAppLabel"/>


</LinearLayout>
</LinearLayout>