Fix sizing
This commit is contained in:
parent
6bc9ebb374
commit
164a8ab1ed
1 changed files with 1 additions and 2 deletions
|
@ -1,14 +1,13 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/context_menu_transport_stop_item_height">
|
android:layout_height="@dimen/context_menu_transport_stop_item_height">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
app:autoSizeTextType="uniform"
|
|
||||||
android:textColor="@color/color_white"
|
android:textColor="@color/color_white"
|
||||||
|
android:textSize="@dimen/default_desc_text_size"
|
||||||
tools:text="3"
|
tools:text="3"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:id="@+id/transport_stop_route_text"
|
android:id="@+id/transport_stop_route_text"
|
||||||
|
|
Loading…
Reference in a new issue