zk_activity_bind_tel_instruction.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. style="@style/dalan_framelayout_llyt"
  5. android:paddingBottom="15dp"
  6. android:paddingTop="8dp">
  7. <ImageView
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:layout_gravity="center"
  11. android:src="@drawable/zk_bind_tel_privilege" />
  12. <TextView
  13. style="@style/dalan_text_view_black"
  14. android:layout_gravity="center"
  15. android:layout_marginTop="@dimen/dalan_margin_12"
  16. android:background="@drawable/zk_service_bg"
  17. android:gravity="center_vertical"
  18. android:lineSpacingExtra="9dp"
  19. android:paddingBottom="4dp"
  20. android:paddingLeft="18dp"
  21. android:paddingRight="18dp"
  22. android:paddingTop="13dp"
  23. android:text="@string/dalan_privilege_instruction"
  24. android:textSize="@dimen/dalan_text_size_privilege_instruction" />
  25. <TextView
  26. android:layout_width="wrap_content"
  27. android:layout_height="wrap_content"
  28. android:layout_marginTop="@dimen/dalan_margin_12"
  29. android:text="@string/dalan_support_bind_tel"
  30. android:textColor="@color/dalan_btn_cyan"
  31. android:textSize="@dimen/dalan_text_size_support_bind_tel" />
  32. <Button
  33. android:id="@+id/dalan_btn_at_once_bind"
  34. style="@style/dalan_cyan_button"
  35. android:layout_marginTop="15dp"
  36. android:text="@string/dalan_btn_at_once_bind" />
  37. </LinearLayout>