Fix voice label too wide in route preparation
This commit is contained in:
parent
2c5f7512d1
commit
4d59a30714
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@
|
|||
android:background="?attr/selectableItemBackground"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_vertical"
|
||||
android:maxWidth="150dp"
|
||||
android:gravity="center_vertical|right"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingRight="8dp"
|
||||
android:text="@string/shared_string_select"
|
||||
|
|
Loading…
Reference in a new issue