mihon/app/src/main/res/layout/track_search_item.xml

14 lines
483 B
XML
Raw Normal View History

2015-11-25 16:08:24 +01:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="?attr/selectable_list_drawable">
2015-11-25 16:08:24 +01:00
<TextView
android:id="@+id/track_search_title"
2015-11-25 16:08:24 +01:00
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"/>
</LinearLayout>