Fix button layout issue for sv-SE locale.
Bug: 21479378 Change-Id: I4858958a26b183461490c052fece66941314edcc
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
android:layout_weight="0.5" />
|
||||
<Button
|
||||
android:id="@+id/app_settings"
|
||||
android:layout_width="0dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0.5"
|
||||
android:text="@string/data_usage_app_settings" />
|
||||
|
Reference in New Issue
Block a user