pl_playlist_item.xml 602 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="vertical"
  6. android:gravity="center"
  7. android:background="@drawable/pl_list_selector"
  8. android:padding="5dp">
  9. <TextView
  10. android:id="@+id/songTitle"
  11. android:layout_width="fill_parent"
  12. android:layout_height="wrap_content"
  13. android:textSize="16dp"
  14. android:padding="10dp"
  15. android:color="#f3f3f3"/>
  16. </LinearLayout>