mm_preference_content_domainmail.xml 667 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  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_weight="1"
  7. android:gravity="left|center_vertical"
  8. android:orientation="vertical"
  9. android:minHeight="60dp"
  10. android:paddingLeft="6dp">
  11. <TextView
  12. style="@style/MMFontPreferenceLarge"
  13. android:id="@+android:id/title"
  14. android:layout_width="fill_parent"
  15. android:layout_height="wrap_content"
  16. android:singleLine="true" />
  17. <TextView
  18. style="@style/MMFontPreferenceSmall"
  19. android:id="@+android:id/summary"
  20. android:singleLine="true" />
  21. </LinearLayout>