16 lines
No EOL
602 B
XML
16 lines
No EOL
602 B
XML
<?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="match_parent"
|
|
android:orientation="vertical"
|
|
android:gravity="center"
|
|
android:background="@drawable/pl_list_selector"
|
|
android:padding="5dp">
|
|
<TextView
|
|
android:id="@+id/songTitle"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="16dp"
|
|
android:padding="10dp"
|
|
android:color="#f3f3f3"/>
|
|
</LinearLayout> |