Remove extra horz padding on GlobalActions labels.
Just enough to fit in "Перезапустить" in ru. Change-Id: I892e024778a6683f100936b62d2863aa4369bb9f Fixes: 64541261 Test: switch to Russian, longpress power
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
android:minHeight="92dp"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical"
|
||||
android:paddingEnd="8dip"
|
||||
android:paddingStart="8dip">
|
||||
android:paddingEnd="0dip"
|
||||
android:paddingStart="0dip">
|
||||
|
||||
<ImageView
|
||||
android:id="@*android:id/icon"
|
||||
|
||||
Reference in New Issue
Block a user