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"
|
2016-12-18 22:56:28 +01:00
|
|
|
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
|
2016-12-18 22:56:28 +01:00
|
|
|
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>
|