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

* commit 'fee612df197ab3da969dff39ecc3df95b931cfae':
  Fix bug #8505156 WiFi properties dialog is having some issues in RTL mode
This commit is contained in:
Fabrice Di Meglio
2013-03-29 14:36:01 -07:00
committed by Android Git Automerger

View File

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