Merge "Fix vpn config dialog text alignment in RTL locales"
This commit is contained in:
committed by
Android (Google) Code Review
commit
85c6d94763
@@ -37,7 +37,8 @@
|
|||||||
<TextView style="@style/vpn_label"
|
<TextView style="@style/vpn_label"
|
||||||
android:text="@string/vpn_type"
|
android:text="@string/vpn_type"
|
||||||
android:labelFor="@+id/type"/>
|
android:labelFor="@+id/type"/>
|
||||||
<Spinner style="@style/vpn_value" android:id="@+id/type"
|
<Spinner style="@style/vpn_value"
|
||||||
|
android:id="@+id/type"
|
||||||
android:prompt="@string/vpn_type"
|
android:prompt="@string/vpn_type"
|
||||||
android:entries="@array/vpn_types"/>
|
android:entries="@array/vpn_types"/>
|
||||||
|
|
||||||
|
@@ -282,6 +282,7 @@
|
|||||||
<item name="android:layout_height">wrap_content</item>
|
<item name="android:layout_height">wrap_content</item>
|
||||||
<item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
|
<item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
|
||||||
<item name="android:singleLine">true</item>
|
<item name="android:singleLine">true</item>
|
||||||
|
<item name="android:textAlignment">viewStart</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="vpn_warning">
|
<style name="vpn_warning">
|
||||||
|
Reference in New Issue
Block a user