item_source.xml 539 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:orientation="vertical"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent">
  7. <TextView
  8. android:layout_width="match_parent"
  9. android:layout_height="50dp"
  10. tools:text="New Text"
  11. android:id="@+id/source_name"
  12. android:gravity="center_vertical"
  13. android:paddingLeft="15dp"/>
  14. </LinearLayout>