a5d41b44a325029304a0c1d9a8e467d52144caf7.svn-base 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:orientation="vertical"
  8. tools:context=".ui.My.AboutActivity">
  9. <com.hjq.bar.TitleBar
  10. android:id="@+id/tb_about_title"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. app:title="@string/setting_about" />
  14. <ImageView
  15. android:layout_gravity="center_horizontal"
  16. android:layout_marginTop="85dp"
  17. android:src="@mipmap/iv_evvm_lcon"
  18. android:layout_width="166dp"
  19. android:layout_height="148dp" />
  20. <TextView
  21. android:layout_gravity="center_horizontal"
  22. android:text="版本号 V1.0.0"
  23. android:gravity="center"
  24. android:background="@drawable/round_btn"
  25. android:layout_marginTop="290dp"
  26. android:layout_width="134dp"
  27. android:layout_height="32dp" />
  28. </LinearLayout>