This repository was archived by the owner on Apr 9, 2021. It is now read-only.
File tree 2 files changed +8
-6
lines changed
java/org/odk/share/preferences
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 8
8
import android .preference .Preference ;
9
9
import android .preference .PreferenceActivity ;
10
10
import android .preference .PreferenceManager ;
11
- import android .support .design .widget .TextInputLayout ;
12
- import android .support .v7 .app .AlertDialog ;
13
- import android .support .v7 .widget .Toolbar ;
14
11
import android .view .LayoutInflater ;
15
12
import android .view .MenuItem ;
16
13
import android .view .View ;
17
14
import android .view .ViewGroup ;
18
15
import android .widget .Toast ;
19
16
17
+ import com .google .android .material .textfield .TextInputLayout ;
18
+
20
19
import org .odk .share .R ;
21
20
21
+ import androidx .appcompat .app .AlertDialog ;
22
+ import androidx .appcompat .widget .Toolbar ;
23
+
22
24
23
25
/**
24
26
* Created by laksh on 5/27/2018.
Original file line number Diff line number Diff line change 1
- <android .support.design.widget .TextInputLayout xmlns : android =" http://schemas.android.com/apk/res/android"
1
+ <com .google.android.material.textfield .TextInputLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
xmlns : app =" http://schemas.android.com/apk/res-auto"
3
3
android : id =" @+id/et_password_layout"
4
4
android : layout_width =" match_parent"
7
7
android : paddingRight =" 16dp"
8
8
app : passwordToggleEnabled =" true" >
9
9
10
- <android .support.design.widget .TextInputEditText
10
+ <com .google.android.material.textfield .TextInputEditText
11
11
android : layout_width =" match_parent"
12
12
android : layout_height =" wrap_content"
13
13
android : inputType =" textPassword" />
14
- </android .support.design.widget .TextInputLayout>
14
+ </com .google.android.material.textfield .TextInputLayout>
You can’t perform that action at this time.
0 commit comments