1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <FrameLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4
+ xmlns : tools =" http://schemas.android.com/tools"
5
+ android : layout_width =" match_parent"
6
+ android : layout_height =" match_parent"
7
+
8
+ tools : context =" .ui.activity.menabung.addSaving" >
9
+
10
+ <!-- TODO: Update blank fragment layout -->
11
+ <LinearLayout
12
+ android : layout_width =" match_parent"
13
+ android : layout_height =" match_parent"
14
+ android : orientation =" vertical" >
15
+
16
+ <TextView
17
+ android : layout_marginStart =" 30sp"
18
+ android : layout_marginTop =" 20sp"
19
+ android : layout_width =" wrap_content"
20
+ android : layout_height =" wrap_content"
21
+ android : fontFamily =" @font/poppins_medium"
22
+ android : text =" @string/hello_blank_fragment"
23
+ tools : text =" Tambah Rencana Menabung" />
24
+
25
+ <ImageView
26
+ android : id =" @+id/imageView2"
27
+ android : layout_width =" 207dp"
28
+ android : layout_height =" 263dp"
29
+ android : layout_marginStart =" 90sp"
30
+ android : layout_marginTop =" 10sp"
31
+ android : src =" @drawable/background_menabung" />
32
+
33
+ <TextView
34
+ android : id =" @+id/tvDeskripsi"
35
+ android : layout_width =" match_parent"
36
+ android : layout_height =" wrap_content"
37
+ android : layout_marginStart =" 40dp"
38
+ android : layout_marginTop =" 10dp"
39
+ android : layout_marginEnd =" 60dp"
40
+ android : textSize =" 14sp"
41
+ android : text =" @string/buat_rencana_menabung_dan_capai_tujuanmu"
42
+ android : textAlignment =" center" />
43
+
44
+ <EditText
45
+ android : id =" @+id/etJumlahMenabung"
46
+ android : layout_width =" match_parent"
47
+ android : layout_height =" wrap_content"
48
+ android : layout_marginLeft =" 30dp"
49
+ android : layout_marginTop =" 10dp"
50
+ android : layout_marginRight =" 30dp"
51
+ android : ems =" 10"
52
+
53
+ android : inputType =" textPersonName"
54
+ android : minHeight =" 48dp"
55
+ android : text =" @string/jumlah_menabung"
56
+ android : textSize =" 14sp" />
57
+
58
+ <EditText
59
+ android : id =" @+id/etKeterangan"
60
+ android : layout_width =" match_parent"
61
+ android : layout_height =" wrap_content"
62
+ android : layout_marginLeft =" 30dp"
63
+ android : layout_marginTop =" 10dp"
64
+ android : layout_marginRight =" 30dp"
65
+ android : ems =" 10"
66
+ android : inputType =" textPersonName"
67
+ android : minHeight =" 48dp"
68
+ android : text =" @string/keterangan_menabung"
69
+ android : textSize =" 14sp" />
70
+
71
+ <EditText
72
+ android : id =" @+id/etTabungan"
73
+ android : layout_width =" match_parent"
74
+ android : layout_height =" wrap_content"
75
+ android : layout_marginLeft =" 30dp"
76
+ android : layout_marginTop =" 10dp"
77
+ android : layout_marginRight =" 30dp"
78
+ android : ems =" 10"
79
+ android : inputType =" textPersonName"
80
+ android : minHeight =" 48dp"
81
+ android : text =" @string/nominal_tabungan"
82
+ android : textSize =" 14sp" />
83
+
84
+ <Button
85
+ android : id =" @+id/btn_save_tabungan"
86
+ android : layout_width =" 205dp"
87
+ android : layout_height =" 48dp"
88
+ android : layout_marginStart =" 100sp"
89
+ android : layout_marginTop =" 16dp"
90
+ android : background =" @drawable/round_button1"
91
+ android : backgroundTint =" @color/purple_500"
92
+ android : text =" @string/tambah_tabungan"
93
+ android : textAllCaps =" false"
94
+ app : layout_constraintEnd_toEndOf =" parent"
95
+ app : layout_constraintStart_toStartOf =" parent"
96
+ app : layout_constraintTop_toBottomOf =" @+id/img_transaction" />
97
+ </LinearLayout >
98
+
99
+ </FrameLayout >
0 commit comments