mm_preference_info.xml 490 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="fill_parent"
  5. android:layout_height="wrap_content"
  6. android:paddingLeft="10dp"
  7. android:paddingRight="10dp"
  8. android:paddingTop="7dp"
  9. android:paddingBottom="12dp">
  10. <TextView
  11. style="@style/MMBriefText"
  12. android:id="@+android:id/title"
  13. android:layout_marginLeft="4dp"
  14. android:layout_marginRight="4dp"
  15. android:gravity="center" />
  16. </LinearLayout>