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

Commit e1c46460 authored by Sanket Padawe's avatar Sanket Padawe Committed by Android (Google) Code Review
Browse files

Merge "Locale based string alignment changes in BT." into mnc-dev

parents 690b14a7 b133b4f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

    <LinearLayout
        android:layout_height="wrap_content"
        android:layout_width="wrap_content"
        android:layout_width="match_parent"
        android:orientation="vertical">

        <TextView
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
    </style>

    <style name="file_transfer_item_label">
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:layout_marginStart">20dip</item>
        <item name="android:layout_marginEnd">20dip</item>
@@ -35,7 +35,7 @@
    </style>

    <style name="file_transfer_item_content">
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:layout_marginStart">20dip</item>
        <item name="android:layout_marginEnd">20dip</item>