mm_preference_self_vuser.xml 613 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:id="@+id/mm_preference_ll_id"
  5. android:layout_width="fill_parent"
  6. android:layout_height="wrap_content">
  7. <ImageView
  8. android:id="@+id/image_iv"
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:background="@null" />
  12. <TextView
  13. style="@style/MMFontPreferenceSummary"
  14. android:layout_width="fill_parent"
  15. android:layout_height="wrap_content"
  16. android:gravity="right"
  17. android:id="@+id/text_tv"
  18. android:singleLine="false"/>
  19. </LinearLayout>