123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365 |
- <?xml version="1.0" encoding="utf-8"?>
- <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/wingcool_backgroup_virtual"
- tools:context=".GT9MainActivity">
- <ScrollView
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <LinearLayout
- android:id="@+id/LinearLayout"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="8dp"
- android:orientation="vertical"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="1.0"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- tools:context=".MainActivity">
- <ImageView
- android:id="@+id/imageView4"
- android:layout_width="match_parent"
- android:layout_height="138dp"
- android:layout_marginStart="8dp"
- android:layout_marginTop="0dp"
- android:layout_marginEnd="8dp"
- android:layout_marginBottom="0dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.018"
- app:srcCompat="@drawable/wingcool_20200107132922" />
- <TextView
- android:id="@+id/title"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_marginTop="8dp"
- android:layout_marginEnd="8dp"
- android:layout_marginBottom="8dp"
- android:text="@string/companyname"
- android:textAlignment="center"
- android:textColor="#2F2F4F"
- android:textSize="50dp"
- android:textStyle="bold"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent" />
- <TextView
- android:id="@+id/show"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="8dp"
- android:layout_marginEnd="8dp"
- android:layout_marginRight="8dp"
- android:layout_marginBottom="8dp"
- android:ems="10"
- android:gravity="center"
- android:text="@string/connectdevice"
- android:textSize="30dp"
- android:textColor="#FFFFFF"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="0.503"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.273" />
- <LinearLayout
- android:id="@+id/RadioLinearLayout"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_marginTop="8dp"
- android:layout_marginEnd="8dp"
- android:layout_marginBottom="8dp"
- android:layout_centerHorizontal="true"
- android:layout_gravity="center_horizontal"
- android:orientation="horizontal">
- <RadioGroup
- android:id="@+id/radio"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_centerHorizontal="true"
- android:layout_gravity="center_horizontal"
- android:background="@drawable/bg_radiogroup_frame_line"
- android:orientation="horizontal">
- <RadioButton
- android:id="@+id/radio_zh"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:checked="true"
- android:layout_marginLeft="16dp"
- android:text="@string/zh"
- android:textSize="20dp"/>
- <RadioButton
- android:id="@+id/radio_en"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp"
- android:text="@string/en"
- android:textSize="20dp"/>
- </RadioGroup>
- <RadioGroup
- android:id="@+id/screenradio"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_marginLeft="32dp"
- android:layout_centerHorizontal="true"
- android:layout_gravity="center_horizontal"
- android:background="@drawable/bg_radiogroup_frame_line"
- android:orientation="horizontal">
- <RadioButton
- android:id="@+id/radio_landscape"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:checked="true"
- android:layout_marginLeft="16dp"
- android:text="@string/landscape"
- android:textSize="20dp"/>
- <RadioButton
- android:id="@+id/radio_portrait"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp"
- android:text="@string/portrait"
- android:textSize="20dp"/>
-
- </RadioGroup>
- </LinearLayout>
- <Button
- android:id="@+id/readtext"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="8dp"
- android:layout_marginEnd="8dp"
- android:layout_marginRight="8dp"
- android:layout_marginBottom="0dp"
- android:background="@drawable/bg_mainactivity_buttonframe_line"
- android:onClick="ConfigSetting"
- android:text="@string/configsetting"
- android:textColor="#FFFFf0"
- android:textAllCaps="false"
- android:textSize="30dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="0.535"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.196" />
- <Button
- android:id="@+id/FWUpdate"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="0dp"
- android:layout_marginEnd="8dp"
- android:layout_marginRight="8dp"
- android:layout_marginBottom="0dp"
- android:background="@drawable/bg_mainactivity_buttonframe_line"
- android:onClick="FirmwareUpdate"
- android:text="@string/firmwareupdata"
- android:textColor="#FFFFf0"
- android:textAllCaps="false"
- android:textSize="30dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="0.515"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.376" />
- <Button
- android:id="@+id/DataAnalysis"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="0dp"
- android:layout_marginEnd="8dp"
- android:layout_marginRight="8dp"
- android:layout_marginBottom="0dp"
- android:background="@drawable/bg_mainactivity_buttonframe_line"
- android:onClick="DataAnalysis"
- android:text="@string/dataanalysis"
- android:textColor="#FFFFf0"
- android:textAllCaps="false"
- android:textSize="30dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="0.515"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.376" />
- <Button
- android:id="@+id/NoiseAnalysis"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="0dp"
- android:layout_marginEnd="8dp"
- android:layout_marginRight="8dp"
- android:layout_marginBottom="0dp"
- android:background="@drawable/bg_mainactivity_buttonframe_line"
- android:onClick="NoiseAnalysis"
- android:text="@string/noiseanalysis"
- android:textColor="#FFFFf0"
- android:textAllCaps="false"
- android:textSize="30dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="0.515"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.376" />
- <Button
- android:id="@+id/DemoTools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="0dp"
- android:layout_marginEnd="8dp"
- android:layout_marginRight="8dp"
- android:layout_marginBottom="0dp"
- android:background="@drawable/bg_mainactivity_buttonframe_line"
- android:onClick="DemoTools"
- android:text="@string/demotools"
- android:textColor="#FFFFf0"
- android:textAllCaps="false"
- android:textSize="30dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="0.515"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.376" />
- <Button
- android:id="@+id/IICOperation"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="0dp"
- android:layout_marginEnd="8dp"
- android:layout_marginRight="8dp"
- android:layout_marginBottom="0dp"
- android:background="@drawable/bg_mainactivity_buttonframe_line"
- android:onClick="IICOperation"
- android:text="@string/ramoperation"
- android:textColor="#FFFFf0"
- android:textAllCaps="false"
- android:textSize="30dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="0.515"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.376" />
- <Button
- android:id="@+id/TestOperation"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="0dp"
- android:layout_marginEnd="8dp"
- android:layout_marginRight="8dp"
- android:layout_marginBottom="0dp"
- android:background="@drawable/bg_mainactivity_buttonframe_line"
- android:onClick="TestOperation"
- android:text="@string/testoperation"
- android:textColor="#FFFFf0"
- android:textAllCaps="false"
- android:textSize="30dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="0.515"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.376" />
- <Button
- android:id="@+id/ContactUs"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="0dp"
- android:layout_marginEnd="8dp"
- android:layout_marginRight="8dp"
- android:layout_marginBottom="0dp"
- android:background="@drawable/bg_mainactivity_buttonframe_line"
- android:onClick="ContactUs"
- android:text="@string/contactus"
- android:textColor="#FFFFf0"
- android:textAllCaps="false"
- android:textSize="30dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="0.515"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.376" />
- <Button
- android:id="@+id/Exit"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_marginLeft="8dp"
- android:layout_marginTop="0dp"
- android:layout_marginEnd="8dp"
- android:layout_marginRight="8dp"
- android:layout_marginBottom="8dp"
- android:background="@drawable/bg_mainactivity_buttonframe_line"
- android:text="@string/exit"
- android:textColor="#FFFFf0"
- android:textAllCaps="false"
- android:textSize="30dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintHorizontal_bias="0.515"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_bias="0.376" />
- </LinearLayout>
- </ScrollView>
- </android.support.constraint.ConstraintLayout>
|