Advertisement
kjromero

listView xml

Jun 11th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.25 KB | None | 0 0
  1. <ListView
  2.        xmlns:android="http://schemas.android.com/apk/res/android"
  3.        android:textColor="@color/md_text"
  4.        android:id="@+id/listView_categories"
  5.        android:layout_width="wrap_content"
  6.        android:layout_height="match_parent"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement