File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
android : hint =" IP ADDRESS"
25
25
android : inputType =" number|textWebEditText"
26
26
android : textColor =" #fff"
27
+ android : textColorHint =" #A4A4F7"
28
+ android : textSize =" 18sp"
27
29
app : layout_constraintBottom_toBottomOf =" parent"
28
30
app : layout_constraintEnd_toEndOf =" parent"
29
31
app : layout_constraintHorizontal_bias =" 0.519"
30
32
app : layout_constraintStart_toStartOf =" parent"
31
33
app : layout_constraintTop_toTopOf =" parent"
32
- app : layout_constraintVertical_bias =" 0.249"
33
- android : textColorHint =" #fff"
34
- android : textSize =" 18sp" />
34
+ app : layout_constraintVertical_bias =" 0.249" />
35
35
36
36
37
37
<EditText
47
47
android : hint =" PORT NUMBER"
48
48
android : inputType =" number|textWebEditText"
49
49
android : textColor =" #fff"
50
- android : textColorHint =" #fff "
50
+ android : textColorHint =" #A4A4F7 "
51
51
android : textSize =" 18sp"
52
52
app : layout_constraintBottom_toBottomOf =" parent"
53
53
app : layout_constraintEnd_toEndOf =" parent"
Original file line number Diff line number Diff line change 35
35
android : layout_marginEnd =" 8dp"
36
36
android : layout_marginBottom =" 8dp"
37
37
android : backgroundTint =" #fff"
38
- android : fontFamily =" sans-serif-smallcaps"
38
+ android : fontFamily =" @font/sanfran"
39
+ android : hint =" User name"
39
40
android : textColor =" @color/white"
41
+ android : textColorHint =" #A4A4F7"
40
42
app : layout_constraintBottom_toBottomOf =" parent"
41
43
app : layout_constraintEnd_toEndOf =" parent"
42
44
app : layout_constraintHorizontal_bias =" 0.625"
43
45
app : layout_constraintStart_toStartOf =" parent"
44
46
app : layout_constraintTop_toTopOf =" parent"
45
- app : layout_constraintVertical_bias =" 0.33"
46
- android : hint =" User name"
47
- android : textColorHint =" #fff" />
47
+ app : layout_constraintVertical_bias =" 0.33" />
48
48
49
49
<Button
50
50
android : id =" @+id/showInfo"
You can’t perform that action at this time.
0 commit comments