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

Commit 96d780dd authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix bug #8505156 WiFi properties dialog is having some issues in RTL mode

- title should be "viewStart"
- link speed should be also "viewStart"

Change-Id: Ic0389a1e4ddf1b1d6fc1fcbeba50074434fdb52d
parent 899e4f27
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,5 +23,6 @@
    <TextView
            android:id="@+id/value"
            style="@style/wifi_item_content"
            android:textStyle="bold" />
            android:textStyle="bold"
            android:textAlignment="viewStart" />
</LinearLayout>