|
@@ -1,80 +1,80 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- android:orientation="vertical"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="@dimen/customTitle"
|
|
|
+ android:text="@string/signalStrength"
|
|
|
android:textColor="#80000000"
|
|
|
- android:text="@string/signalStrength" />
|
|
|
+ android:textSize="@dimen/customTitle" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="@dimen/customEntry"
|
|
|
android:layout_marginTop="4dp"
|
|
|
+ android:text="@string/excellent"
|
|
|
android:textColor="#000000"
|
|
|
- android:text="@string/excellent" />
|
|
|
+ android:textSize="@dimen/customEntry" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="@dimen/customTitle"
|
|
|
- android:textColor="#80000000"
|
|
|
android:layout_marginTop="18dp"
|
|
|
- android:text="@string/ssid" />
|
|
|
+ android:text="@string/ssid"
|
|
|
+ android:textColor="#80000000"
|
|
|
+ android:textSize="@dimen/customTitle" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="@dimen/customEntry"
|
|
|
android:layout_marginTop="4dp"
|
|
|
+ android:text="@string/ssidLit"
|
|
|
android:textColor="#000000"
|
|
|
- android:text="@string/ssidLit" />
|
|
|
+ android:textSize="@dimen/customEntry" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="@dimen/customTitle"
|
|
|
- android:textColor="#80000000"
|
|
|
android:layout_marginTop="18dp"
|
|
|
- android:text="@string/security" />
|
|
|
+ android:text="@string/security"
|
|
|
+ android:textColor="#80000000"
|
|
|
+ android:textSize="@dimen/customTitle" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="@dimen/customEntry"
|
|
|
android:layout_marginTop="4dp"
|
|
|
+ android:text="@string/securityType"
|
|
|
android:textColor="#000000"
|
|
|
- android:text="@string/securityType" />
|
|
|
+ android:textSize="@dimen/customEntry" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="@dimen/customTitle"
|
|
|
- android:textColor="#80000000"
|
|
|
android:layout_marginTop="18dp"
|
|
|
- android:text="@string/password" />
|
|
|
+ android:text="@string/password"
|
|
|
+ android:textColor="#80000000"
|
|
|
+ android:textSize="@dimen/customTitle" />
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/password"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="@dimen/customEntry"
|
|
|
android:layout_marginTop="4dp"
|
|
|
+ android:inputType="textPassword"
|
|
|
android:textColor="#000000"
|
|
|
- android:inputType="textPassword" />
|
|
|
+ android:textSize="@dimen/customEntry" />
|
|
|
|
|
|
<CheckBox
|
|
|
android:id="@+id/showPassword"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="@dimen/customEntry"
|
|
|
- android:textColor="#000000"
|
|
|
+ android:layout_marginTop="18dp"
|
|
|
android:text="@string/showPassword"
|
|
|
- android:layout_marginTop="18dp" />
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="@dimen/customEntry" />
|
|
|
|
|
|
</LinearLayout>
|