File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
android/app/src/main/res/layout Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
android:layout_height=" wrap_content"
19
19
android:text=" TaskWarrior"
20
20
android:textSize=" 20sp"
21
- android:GoogleFonts.poppins =" bold"
21
+ android:textStyle =" bold"
22
22
android:layout_alignParentTop=" true"
23
23
android:layout_centerHorizontal=" true"
24
24
android:layout_marginTop=" 12dp" />
30
30
android:layout_height=" wrap_content"
31
31
android:text=" Pending Tasks"
32
32
android:textSize=" 18sp"
33
- android:GoogleFonts.poppins =" bold"
33
+ android:textStyle =" bold"
34
34
android:layout_below=" @id/taskWarriorText"
35
35
android:layout_centerHorizontal=" true"
36
36
android:layout_marginTop=" 8dp" />
52
52
android : layout_height =" wrap_content"
53
53
android : text =" Title"
54
54
android : textSize =" 16sp"
55
- android:GoogleFonts.poppins =" bold" />
55
+ android : textStyle =" bold" />
56
56
57
57
<TextView
58
58
android : id =" @+id/idTvDate"
82
82
android : layout_height =" wrap_content"
83
83
android : text =" Title"
84
84
android : textSize =" 16sp"
85
- android:GoogleFonts.poppins =" bold" />
85
+ android : textStyle =" bold" />
86
86
87
87
<TextView
88
88
android : id =" @+id/idTvDate2"
113
113
android : layout_height =" wrap_content"
114
114
android : text =" Title"
115
115
android : textSize =" 16sp"
116
- android:GoogleFonts.poppins =" bold" />
116
+ android:textStyle =" bold" />
117
117
118
118
<TextView
119
119
android : id =" @+id/idTvDate3"
You can’t perform that action at this time.
0 commit comments