Skip to content

Commit

Permalink
Fixed same issue as devgianlu/Aria2App#9
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Nov 6, 2018
1 parent 37b081a commit 045ac0a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_loading.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">

<com.google.android.material.textfield.TextInputEditText
<androidx.appcompat.widget.AppCompatEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/nickname"
Expand All @@ -73,7 +73,7 @@
android:layout_height="wrap_content"
android:layout_weight="1">

<com.google.android.material.textfield.TextInputEditText
<androidx.appcompat.widget.AppCompatEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/idCodeLabel"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/dialog_add_server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:layout_height="wrap_content"
android:hint="@string/name">

<com.google.android.material.textfield.TextInputEditText
<androidx.appcompat.widget.AppCompatEditText
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</com.google.android.material.textfield.TextInputLayout>
Expand All @@ -22,7 +22,7 @@
android:layout_height="wrap_content"
android:hint="@string/serverUrl">

<com.google.android.material.textfield.TextInputEditText
<androidx.appcompat.widget.AppCompatEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textUri" />
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/res/layout/dialog_edit_game_options.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">

<com.google.android.material.textfield.TextInputEditText
<androidx.appcompat.widget.AppCompatEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/scoreLimitLabel"
Expand All @@ -34,7 +34,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">

<com.google.android.material.textfield.TextInputEditText
<androidx.appcompat.widget.AppCompatEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/playersLimitLabel"
Expand All @@ -46,7 +46,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">

<com.google.android.material.textfield.TextInputEditText
<androidx.appcompat.widget.AppCompatEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/spectatorsLimitLabel"
Expand All @@ -71,7 +71,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">

<com.google.android.material.textfield.TextInputEditText
<androidx.appcompat.widget.AppCompatEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/blankCardsLabel"
Expand All @@ -83,7 +83,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">

<com.google.android.material.textfield.TextInputEditText
<androidx.appcompat.widget.AppCompatEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/passwordLabel"
Expand Down

0 comments on commit 045ac0a

Please sign in to comment.