md_stub_inputpref.xml 1.0 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:gravity="start"
  7. android:orientation="vertical"
  8. android:paddingBottom="@dimen/md_content_padding_bottom"
  9. android:paddingLeft="@dimen/md_dialog_frame_margin"
  10. android:paddingRight="@dimen/md_dialog_frame_margin"
  11. android:paddingTop="@dimen/md_content_padding_top">
  12. <TextView
  13. android:id="@android:id/message"
  14. android:layout_width="match_parent"
  15. android:layout_height="wrap_content"
  16. android:layout_gravity="center_horizontal"
  17. android:layout_marginBottom="@dimen/md_content_padding_bottom"
  18. android:layout_marginTop="4dp"
  19. android:focusable="true"
  20. android:fontFamily="sans-serif"
  21. android:paddingLeft="2dp"
  22. android:paddingRight="2dp"
  23. android:textSize="@dimen/md_content_textsize"
  24. tools:ignore="UnusedAttribute"
  25. tools:text="Message" />
  26. </LinearLayout>