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

Commit 39e09aa0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[PM] Support RTL for App snippet in PIA V2" into main

parents ee7ade25 61d1ca6d
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>