-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
8bd9967
commit 154fd4f
Showing
13 changed files
with
302 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content"> | ||
|
||
<EditText | ||
android:id="@+id/SSID" | ||
android:inputType="textEmailAddress" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="16dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="4dp" | ||
android:hint="Hotspot Name" /> | ||
|
||
<EditText | ||
android:id="@+id/password" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/password"/> | ||
<EditText | ||
android:id="@+id/confirmPassword" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/confirm_password"/> | ||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content"> | ||
|
||
<EditText | ||
android:id="@+id/SSID" | ||
android:inputType="textEmailAddress" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="16dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="4dp" | ||
android:hint="Hotspot Name" /> | ||
|
||
<EditText | ||
android:id="@+id/password" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/password"/> | ||
<EditText | ||
android:id="@+id/confirmPassword" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/confirm_password"/> | ||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content"> | ||
|
||
<EditText | ||
android:id="@+id/SSID" | ||
android:inputType="textEmailAddress" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="16dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="4dp" | ||
android:hint="Hotspot Name" /> | ||
|
||
<EditText | ||
android:id="@+id/password" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/password"/> | ||
<EditText | ||
android:id="@+id/confirmPassword" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/confirm_password"/> | ||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content"> | ||
|
||
<EditText | ||
android:id="@+id/SSID" | ||
android:inputType="textEmailAddress" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="16dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="4dp" | ||
android:hint="Hotspot Name" /> | ||
|
||
<EditText | ||
android:id="@+id/password" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/password"/> | ||
<EditText | ||
android:id="@+id/confirmPassword" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/confirm_password"/> | ||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content"> | ||
|
||
<EditText | ||
android:id="@+id/SSID" | ||
android:inputType="textEmailAddress" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="16dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="4dp" | ||
android:hint="Hotspot Name" /> | ||
|
||
<EditText | ||
android:id="@+id/password" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/password"/> | ||
<EditText | ||
android:id="@+id/confirmPassword" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/confirm_password"/> | ||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content"> | ||
|
||
<EditText | ||
android:id="@+id/SSID" | ||
android:inputType="textEmailAddress" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="16dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="4dp" | ||
android:hint="Hotspot Name" /> | ||
|
||
<EditText | ||
android:id="@+id/password" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/password"/> | ||
<EditText | ||
android:id="@+id/confirmPassword" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/confirm_password"/> | ||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content"> | ||
|
||
<EditText | ||
android:id="@+id/SSID" | ||
android:inputType="textEmailAddress" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="16dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="4dp" | ||
android:hint="Hotspot Name" /> | ||
|
||
<EditText | ||
android:id="@+id/password" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/password"/> | ||
<EditText | ||
android:id="@+id/confirmPassword" | ||
android:inputType="textPassword" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginLeft="4dp" | ||
android:layout_marginRight="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:fontFamily="sans-serif" | ||
android:hint="@string/confirm_password"/> | ||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Mon Jan 08 22:57:09 EST 2018 | ||
#Mon Apr 02 14:47:19 CDT 2018 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip |