mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-17 06:39:49 +00:00

This is the GPLv3-licensed release! The content of this commit is identical to the non-public commit ce1f738dec8c75824f6f1279681fffccedf42d90.
9 lines
484 B
XML
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" />
|