File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
mobile/src/main/res/layout Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 105
105
android : layout_height =" wrap_content"
106
106
android : layout_gravity =" center"
107
107
android : padding =" 8dp"
108
+ android : text =" @string/text_button_browse"
108
109
android : visibility =" gone"
109
110
tools : visibility =" visible"
110
- android : text =" @string/text_button_browse " />
111
+ tools : background =" @color/cardview_shadow_start_color " />
111
112
112
113
<Space
113
114
android : layout_width =" 0dp"
120
121
android : layout_height =" wrap_content"
121
122
android : layout_gravity =" center"
122
123
android : padding =" 8dp"
124
+ android : text =" @string/text_button_close"
123
125
android : visibility =" gone"
124
126
tools : visibility =" visible"
125
- android : text =" @string/text_button_close " />
127
+ tools : background =" @color/cardview_shadow_start_color " />
126
128
127
129
<androidx .appcompat.widget.AppCompatButton
128
130
android : id =" @+id/button_cancel"
You can’t perform that action at this time.
0 commit comments