File tree Expand file tree Collapse file tree 5 files changed +18
-2
lines changed Expand file tree Collapse file tree 5 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <shape xmlns : android =" http://schemas.android.com/apk/res/android" >
3
+ <gradient
4
+ android : startColor =" @color/colorLightPink"
5
+ android : endColor =" @color/colorLightBlue" />
6
+ </shape >
Original file line number Diff line number Diff line change 15
15
android : id =" @+id/toolbar"
16
16
android : layout_width =" match_parent"
17
17
android : layout_height =" ?attr/actionBarSize"
18
- android : background =" ?attr/colorPrimary "
18
+ android : background =" @drawable/background_gradient "
19
19
app : popupTheme =" @style/AppTheme.PopupOverlay" />
20
20
21
21
</com .google.android.material.appbar.AppBarLayout>
29
29
android : layout_gravity =" bottom|end"
30
30
android : layout_margin =" @dimen/fab_margin"
31
31
android : contentDescription =" @string/description_record"
32
+ app : backgroundTint =" @color/colorLightBlue"
32
33
app : srcCompat =" @android:drawable/ic_media_play" />
33
34
34
35
</androidx .coordinatorlayout.widget.CoordinatorLayout>
Original file line number Diff line number Diff line change 20
20
<com .google.android.material.textfield.TextInputEditText
21
21
android : layout_width =" match_parent"
22
22
android : layout_height =" match_parent"
23
+ android : gravity =" top"
23
24
android : hint =" @string/detail_inputbox"
24
- android : inputType =" textLongMessage|textImeMultiLine"
25
+ android : inputType =" textMultiLine"
26
+ android : maxLines =" 18"
25
27
android : saveEnabled =" true"
28
+ android : scrollbars =" vertical"
29
+ android : textColorHint =" #0097A7"
26
30
android : textSize =" 30sp" />
27
31
</com .google.android.material.textfield.TextInputLayout>
28
32
Original file line number Diff line number Diff line change 3
3
<color name =" colorPrimary" >#008577</color >
4
4
<color name =" colorPrimaryDark" >#00574B</color >
5
5
<color name =" colorAccent" >#D81B60</color >
6
+ <color name =" colorLightBlue" >#56C7F3</color >
7
+ <color name =" colorLightPink" >#F1B3F6</color >
6
8
</resources >
You can’t perform that action at this time.
0 commit comments