Fix transport item height
This commit is contained in:
parent
6424d2e861
commit
27e21d8f68
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/context_menu_transport_stop_item_height">
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:textColor="@color/color_white"
|
||||
|
|
Loading…
Reference in a new issue