x7_activity_title_2.xml 955 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:layout_marginTop="10dp"
  6. >
  7. <TextView
  8. android:id="@+id/x7title_back"
  9. android:layout_width="40dp"
  10. android:layout_height="40dp"
  11. android:clickable="true"
  12. android:layout_marginLeft="15dp"
  13. android:layout_centerVertical="true"
  14. android:drawableLeft="@drawable/x7_act_title_back"
  15. />
  16. <TextView
  17. android:id="@+id/x7title_center"
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:layout_marginTop="14dp"
  21. android:layout_centerInParent="true"
  22. android:text="@string/x7_account_regist"
  23. android:textSize="14dp"
  24. android:textColor="#12cdb0"
  25. />
  26. </RelativeLayout>