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
This commit is contained in:
Fabrice Di Meglio
2013-03-28 20:12:40 -07:00
parent 899e4f27f1
commit 96d780ddf6

View File

@@ -23,5 +23,6 @@
<TextView <TextView
android:id="@+id/value" android:id="@+id/value"
style="@style/wifi_item_content" style="@style/wifi_item_content"
android:textStyle="bold" /> android:textStyle="bold"
android:textAlignment="viewStart" />
</LinearLayout> </LinearLayout>