f5756a227334c2d255e7ee07790235e838cbc904.svn-base 954 B

1234567891011121314151617181920212223242526
  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="center"
  7. android:orientation="vertical"
  8. android:paddingTop="@dimen/space_120"
  9. android:paddingBottom="@dimen/space_300">
  10. <ImageView
  11. android:id="@+id/iv_hint_icon"
  12. android:layout_width="@dimen/space_300"
  13. android:layout_height="@dimen/space_300" />
  14. <TextView
  15. android:id="@+id/iv_hint_text"
  16. android:layout_width="wrap_content"
  17. android:layout_height="wrap_content"
  18. android:layout_marginLeft="@dimen/space_80"
  19. android:layout_marginTop="@dimen/space_60"
  20. android:layout_marginRight="@dimen/space_80"
  21. android:textColor="#666666"
  22. android:textSize="@dimen/font_size_28px" />
  23. </LinearLayout>