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

Commit 69b6eee2 authored by Sanket Padawe's avatar Sanket Padawe Committed by Android Git Automerger
Browse files

am 6b5a430a: am b2947d71: am dea45d78: Merge "Locale based string alignment...

am 6b5a430a: am b2947d71: am dea45d78: Merge "Locale based string alignment changes in BT." into mnc-dev

* commit '6b5a430a':
  Locale based string alignment changes in BT.
parents 25c4ee73 6b5a430a
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>