Merge "Fix bug #8505156 WiFi properties dialog is having some issues in RTL mode" into jb-mr2-dev

This commit is contained in:
Fabrice Di Meglio
2013-03-29 19:41:12 +00:00
committed by Android (Google) Code Review

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>