/UniversalImageLoaderExample/res/layout/ac_image_list.xml

https://github.com/rashedulkabir/Android-Universal-Image-Loader · XML · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 1249652ce278d1d08d5fa0f172b95fbc MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ListView xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@android:id/list"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent" />