mm_preference_image.xml 415 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:id="@+id/content_ll"
  5. android:layout_width="fill_parent"
  6. android:layout_height="wrap_content"
  7. android:gravity="center_vertical">
  8. <ImageView
  9. android:id="@+id/image_iv"
  10. android:layout_width="fill_parent"
  11. android:layout_height="wrap_content"
  12. android:padding="20dp"/>
  13. </LinearLayout>