11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2+ <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : app =" http://schemas.android.com/apk/res-auto"
44 xmlns : tools =" http://schemas.android.com/tools"
55 android : layout_width =" match_parent"
66 android : layout_height =" match_parent"
7+ android : orientation =" vertical"
78 android : padding =" 20dp"
89 tools : context =" .MainActivity" >
910
1213 android : layout_width =" match_parent"
1314 android : layout_height =" wrap_content"
1415 android : drawableRight =" @drawable/ic_remove_red_eye_black_24dp"
16+ android : hint =" @string/clickTheDrawables"
17+ android : inputType =" text"
18+ android : textAlignment =" center"
19+ app : layout_constraintBottom_toBottomOf =" parent"
20+ app : layout_constraintLeft_toLeftOf =" parent"
21+ app : layout_constraintRight_toRightOf =" parent"
22+ app : layout_constraintTop_toTopOf =" parent" />
23+ <com .mindorks.editdrawabletext.EditDrawableText
24+ android : id =" @+id/drawable_editText_left"
25+ android : layout_width =" match_parent"
26+ android : layout_marginTop =" 10dp"
27+ android : layout_height =" wrap_content"
1528 android : drawableLeft =" @drawable/ic_remove_red_eye_black_24dp"
1629 android : hint =" @string/clickTheDrawables"
1730 android : inputType =" text"
2134 app : layout_constraintRight_toRightOf =" parent"
2235 app : layout_constraintTop_toTopOf =" parent" />
2336
24- </RelativeLayout >
37+ </LinearLayout >
0 commit comments