mm_preference_screen.xml 361 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ImageView
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="wrap_content"
  5. android:layout_height="wrap_content"
  6. android:layout_marginRight="2dip"
  7. android:layout_gravity="right|center_vertical"
  8. android:focusable="false"
  9. android:clickable="false"
  10. android:src="@drawable/mm_submenu" />