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

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

Merge "Make some BT screens RTL aligned in RTL context." into mnc-dev

parents 68cbac96 bb7f16f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@
        android:icon="@mipmap/bt_share"
        android:persistent="false"
        android:label="@string/app_name"
        android:supportsRtl="true"
        android:usesCleartextTraffic="false">
        <uses-library android:name="javax.obex" />
        <provider android:name=".opp.BluetoothOppProvider"
+7 −7
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
        android:layout_width="@android:dimen/app_icon_size"
        android:layout_height="@android:dimen/app_icon_size"
        android:layout_alignParentTop="true"
        android:layout_alignParentLeft="true"
        android:layout_alignParentStart="true"
        android:contentDescription ="@string/bluetooth_map_settings_app_icon"
        android:scaleType="center"
    />
@@ -36,14 +36,14 @@
        android:layout_height="wrap_content"
        android:maxLines="1"
        android:layout_alignParentTop="true"
        android:layout_toRightOf="@id/transfer_icon"
        android:layout_toEndOf="@id/transfer_icon"
        android:textAppearance="?android:attr/textAppearanceMedium"
    />

    <TextView android:id="@+id/targetdevice"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_toRightOf="@id/transfer_icon"
        android:layout_toEndOf="@id/transfer_icon"
        android:layout_below="@id/transfer_title"
        android:maxLines="1"
        android:textAppearance="?android:attr/textAppearanceSmall"
@@ -55,8 +55,8 @@
        android:maxLines="1"
        android:textAppearance="?android:attr/textAppearanceSmall"
        android:layout_below="@id/targetdevice"
        android:layout_alignParentRight="true"
        android:paddingLeft="10dip"
        android:layout_alignParentEnd="true"
        android:paddingStart="10dip"
        android:visibility="gone"
    />

@@ -64,8 +64,8 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_below="@id/targetdevice"
        android:layout_toRightOf="@id/transfer_icon"
        android:layout_toLeftOf="@id/complete_date"
        android:layout_toEndOf="@id/transfer_icon"
        android:layout_toStartOf="@id/complete_date"
        android:textAppearance="?android:attr/textAppearanceSmall"
        android:visibility="gone"
    />