oeffi/oeffi/res/layout/directions_location_dropdown_entry.xml
Andreas Schildbach 77d49b939b 10.0
This is the GPLv3-licensed release!

The content of this commit is identical to the non-public commit ce1f738dec8c75824f6f1279681fffccedf42d90.
2018-07-16 17:10:28 +02:00

9 lines
484 B
XML

<?xml version="1.0" encoding="utf-8"?>
<de.schildbach.oeffi.directions.LocationTextView xmlns:android="http://schemas.android.com/apk/res/android"
style="?android:attr/dropDownItemStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="@dimen/list_entry_padding_horizontal"
android:minHeight="52dp"
android:paddingLeft="@dimen/list_entry_padding_horizontal_lax"
android:textSize="@dimen/font_size_large" />