activity_about.xml 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. ~ *********************************************************************************************************************
  4. ~
  5. ~ iFHS7.
  6. ~ ;BBMBMBMc rZMBMBR BMB
  7. ~ MBEr:;PBM, 7MBMMEOBB: BBB RBW
  8. ~ XK: BO SB. :SZ MBM. c;; ir BBM :FFr :SSF: ;xBMB:r iuGXv. i:. iF2;
  9. ~ DBBM0r. :D S7 ;XMBMB GMBMu. MBM: BMB MBMBBBMBMS WMBMBMBBK MBMBMBM BMBRBMBW .MBMBMBMBB
  10. ~ :JMRMMD .. , 1MMRM1; ;MBMBBR: MBM ;MB: BMB: MBM. RMBr sBMH BM0 UMB, BMB. KMBv
  11. ~ ;. XOW B1; :uM: 1RE, i .2BMBs rMB. MBO MBO JMB; MBB MBM BBS 7MBMBOBM: MBW :BMc
  12. ~ OBRJ.SEE MRDOWOR, 3DE:7OBM . ;BMB RMR7BM BMB MBB. BMB ,BMR .BBZ MMB rMB, BMM rMB7
  13. ~ :FBRO0D0 RKXSXPR. JOKOOMPi BMBSSWBMB; BMBB: MBMB0ZMBMS .BMBOXRBMB MBMDE RBM2;SMBM; MBB xBM2
  14. ~ iZGE O0SHSPO. uGZ7. sBMBMBDL :BMO OZu:BMBK, rRBMB0; ,EBMB xBMBr:ER. RDU :OO;
  15. ~ ,BZ, 1D0 RPSFHXR. xWZ .SMr . .BBB
  16. ~ :0BMRDG RESSSKR. 2WOMBW; BMBMR
  17. ~ i0BM: SWKHKGO MBDv
  18. ~ .UB OOGDM. MK, Copyright (c) 2015-2019. 斯伯坦机器人
  19. ~ , XMW ..
  20. ~ r All rights reserved.
  21. ~
  22. ~ *********************************************************************************************************************
  23. -->
  24. <LinearLayout
  25. xmlns:android="http://schemas.android.com/apk/res/android"
  26. android:layout_width="match_parent"
  27. android:layout_height="match_parent"
  28. xmlns:app="http://schemas.android.com/apk/res-auto"
  29. xmlns:tools="http://schemas.android.com/tools"
  30. android:orientation="vertical"
  31. android:background="@color/grey_300"
  32. tools:context=".activities.SAboutActivity">
  33. <android.support.design.widget.AppBarLayout
  34. android:layout_height="wrap_content"
  35. android:layout_width="match_parent"
  36. android:theme="@style/AppTheme.AppBarOverlay">
  37. <android.support.v7.widget.Toolbar
  38. android:id="@+id/appbar"
  39. android:layout_width="match_parent"
  40. android:layout_height="?attr/actionBarSize"
  41. android:background="?attr/colorPrimary"
  42. app:popupTheme="@style/AppTheme.PopupOverlay"/>
  43. </android.support.design.widget.AppBarLayout>
  44. <ScrollView
  45. android:layout_width="match_parent"
  46. android:layout_height="match_parent">
  47. <LinearLayout
  48. android:orientation="vertical"
  49. android:layout_width="match_parent"
  50. android:layout_height="wrap_content">
  51. <ImageView
  52. android:id="@+id/uiLogo"
  53. android:layout_width="match_parent"
  54. android:layout_height="120dp"
  55. android:scaleType="centerInside"
  56. android:background="@color/white"
  57. app:srcCompat="@drawable/sybotan_logo_anim"/>
  58. <TextView
  59. android:text="斯伯坦机器人 v2.0.0"
  60. android:textAlignment="center"
  61. android:layout_marginTop="10dp"
  62. android:layout_width="match_parent"
  63. android:layout_height="wrap_content"/>
  64. <TextView
  65. android:text="联系人:庞利祥 庞艳霞"
  66. android:textAlignment="center"
  67. android:layout_marginTop="10dp"
  68. android:layout_width="match_parent"
  69. android:layout_height="wrap_content"/>
  70. <TextView
  71. android:text="联系电话:18301697319 18301697029"
  72. android:textAlignment="center"
  73. android:layout_marginTop="10dp"
  74. android:layout_width="match_parent"
  75. android:layout_height="wrap_content"/>
  76. </LinearLayout>
  77. </ScrollView>
  78. </LinearLayout>