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