fragment_base_station_manager.xml 14.6 KB
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="#F8F8F8"
        android:orientation="vertical"
        android:padding="20dp">

        <LinearLayout
            android:id="@+id/modify_password"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/rancnge_background"
            android:orientation="horizontal"
            android:visibility="gone">

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_weight="1"
                android:paddingRight="20dp"
                android:text="@string/basestation_manager_modify_password"
                android:textColor="@color/text_gray"
                android:textSize="@dimen/big_text_p4" />

            <ImageView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content" />
        </LinearLayout>

        <LinearLayout
            android:id="@+id/device_check"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="10dp"
            android:background="@drawable/rancnge_background"
            android:orientation="horizontal">

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_weight="1"
                android:paddingRight="20dp"
                android:text="@string/basestation_manager_device_check"
                android:textColor="@color/text_gray"
                android:textSize="@dimen/big_text_p4" />

            <ImageView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content" />
        </LinearLayout>

        <LinearLayout
            android:id="@+id/ch_line"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="10dp"
            android:background="@drawable/rancnge_background"
            android:orientation="horizontal"
            android:paddingRight="20dp">

            <TextView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_weight="1"
                android:text="@string/basestation_manager_device_frequency"
                android:textColor="@color/text_gray"
                android:textSize="@dimen/big_text_p4" />

            <TextView
                android:id="@+id/ch"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="12"
                android:textSize="@dimen/big_text_p4" />
        </LinearLayout>

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="20dp"
            android:layout_marginTop="20dp"
            android:text="@string/basestation_manager_system_language"
            android:textSize="@dimen/big_text_p4" />

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="10dp"
            android:orientation="horizontal">

            <Button
                android:id="@+id/language_chinese"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:background="@drawable/rancnge_background_55"
                android:text="@string/basestation_manager_system_language_ch"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

            <Button
                android:id="@+id/language_english"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="30dp"
                android:background="@drawable/rancnge_background_gray"
                android:text="@string/basestation_manager_system_language_english"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />


        </LinearLayout>

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="20dp"
            android:layout_marginTop="20dp"
            android:text="@string/basestation_manager_keyboard_type"
            android:textSize="@dimen/big_text_p4" />

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="10dp"
            android:orientation="horizontal">

            <Button
                android:id="@+id/s52plus"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:background="@drawable/rancnge_background_55"
                android:text="@string/home_fragment_s52plus"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

            <Button
                android:id="@+id/s50"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="30dp"
                android:background="@drawable/rancnge_background_gray"
                android:text="@string/home_fragment_s50"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

            <Button
                android:id="@+id/s50plus"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="30dp"
                android:background="@drawable/rancnge_background_gray"
                android:text="@string/home_fragment_s50plus"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

            <Button
                android:id="@+id/s56"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="30dp"
                android:background="@drawable/rancnge_background_gray"
                android:text="@string/home_fragment_s56"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

            <Button
                android:id="@+id/m30"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="30dp"
                android:background="@drawable/rancnge_background_gray"
                android:text="@string/home_fragment_m30"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />


        </LinearLayout>

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="20dp"
            android:layout_marginTop="20dp"
            android:text="@string/basestation_manager_use_mode"
            android:textSize="@dimen/big_text_p4"
            android:visibility="gone" />

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="10dp"
            android:orientation="horizontal"
            android:visibility="gone">

            <Button
                android:id="@+id/free_mode"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:background="@drawable/rancnge_background_55"
                android:text="@string/basestation_manager_use_mode_free"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

            <Button
                android:id="@+id/fixed_mode"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="30dp"
                android:background="@drawable/rancnge_background"
                android:text="@string/basestation_manager_use_mode_fixed"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

        </LinearLayout>

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="20dp"
            android:layout_marginTop="20dp"
            android:text="@string/basestation_manager_connect_type"
            android:textSize="@dimen/big_text_p4" />

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="10dp"
            android:orientation="horizontal">

            <Button
                android:id="@+id/connect_ser"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:paddingLeft="10dp"
                android:paddingRight="10dp"
                android:background="@drawable/rancnge_background"
                android:text="@string/basestation_manager_connect_type_ser"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

            <Button
                android:id="@+id/connect_tcp"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:paddingLeft="10dp"
                android:paddingRight="10dp"
                android:layout_marginLeft="30dp"
                android:background="@drawable/rancnge_background"
                android:text="@string/basestation_manager_connect_type_tcp"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

            <Button
                android:id="@+id/connect_usb"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:paddingLeft="10dp"
                android:paddingRight="10dp"
                android:layout_marginLeft="30dp"
                android:background="@drawable/rancnge_background"
                android:text="@string/basestation_manager_connect_type_usb"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

            <Button
                android:id="@+id/disconnect"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:paddingLeft="10dp"
                android:paddingRight="10dp"
                android:layout_marginLeft="30dp"
                android:background="@drawable/rancnge_background"
                android:text="@string/basestation_manager_disconnect"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

            <Button
                android:id="@+id/connect_again"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:paddingLeft="10dp"
                android:paddingRight="10dp"
                android:layout_marginLeft="30dp"
                android:background="@drawable/rancnge_background"
                android:text="@string/basestation_manager_connect_again"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />
        </LinearLayout>

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="20dp"
            android:layout_marginTop="20dp"
            android:text="@string/basestation_manager_sign_mode"
            android:textSize="@dimen/big_text_p4" />

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="10dp"
            android:orientation="horizontal">

            <Button
                android:id="@+id/sign_mode_presskey"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:background="@drawable/rancnge_background_gray"
                android:paddingLeft="10dp"
                android:paddingRight="10dp"
                android:text="@string/sign_mode_presskey"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

            <Button
                android:id="@+id/sign_mode_background"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="30dp"
                android:background="@drawable/rancnge_background_gray"
                android:paddingLeft="10dp"
                android:paddingRight="10dp"
                android:text="@string/sign_mode_background"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

            <Button
                android:id="@+id/sign_mode_random"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="30dp"
                android:background="@drawable/rancnge_background_55"
                android:paddingLeft="10dp"
                android:paddingRight="10dp"
                android:text="@string/sign_mode_blind"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

        </LinearLayout>

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="30dp"
            android:orientation="horizontal">

            <Button
                android:id="@+id/login_out"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:background="@drawable/rancnge_background_55"
                android:paddingLeft="10dp"
                android:paddingRight="10dp"
                android:text="@string/login_logout_text"
                android:textAllCaps="false"
                android:textSize="@dimen/big_text_p5" />

        </LinearLayout>
    </LinearLayout>
</ScrollView>