<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
? ? android:layout_width="match_parent"
? ? android:orientation="vertical"
? ? android:id="@+id/home_wuling"
? ? android:layout_height="match_parent">
? ? ? ? ? ? android:padding="20dp"
? ? ? ? ? ? android:layout_width="wrap_content"
? ? ? ? ? ? android:layout_height="90dp">
? ? ? ? ? ? ? ? ? ? android:id="@+id/show_wuling"
? ? ? ? ? ? ? ? ? ? android:layout_centerVertical="true"
? ? ? ? ? ? ? ? ? ? android:layout_width="wrap_content"
? ? ? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? ? ? android:text="@string/wuling_conn"
? ? ? ? ? ? ? ? ? ? android:layout_marginTop="10dp"
? ? ? ? ? ? ? ? ? ? android:layout_alignParentRight="true"
? ? ? ? ? ? ? ? ? ? style="@style/title_style"
? ? ? ? ? ? ? ? ? ? />
? ? ? ? ? ? android:id="@+id/show_wuling_message"
? ? ? ? ? ? android:layout_width="wrap_content"
? ? ? ? ? ? android:layout_height="wrap_content">
? ? ? ? ? ? ? ? ? ? android:id="@+id/textView3"
? ? ? ? ? ? ? ? ? ? android:layout_width="match_parent"
? ? ? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? ? ? android:layout_marginLeft="61dp"
? ? ? ? ? ? ? ? ? ? android:paddingTop="110dp"
? ? ? ? ? ? ? ? ? ? style="@style/title_style"
? ? ? ? ? ? ? ? ? ? android:text="@string/please_connect"
? ? ? ? ? ? ? ? ? ? />
? ? ? ? ? ? ? ? ? ? android:id="@+id/textView4"
? ? ? ? ? ? ? ? ? ? android:layout_width="match_parent"
? ? ? ? ? ? ? ? ? ? android:layout_height="wrap_content"
? ? ? ? ? ? ? ? ? ? android:layout_marginTop="120dp"
? ? ? ? ? ? ? ? ? ? android:layout_marginLeft="71dp"
? ? ? ? ? ? ? ? ? ? android:paddingTop="25dp"
? ? ? ? ? ? ? ? ? ? android:text="@string/mobile_phone"
? ? ? ? ? ? ? ? ? ? style="@style/title_style"
? ? ? ? ? ? ? ? ? ? />
</LinearLayout>