38
38
android : contentDescription =" @string/drag_down_from_here"
39
39
android : scaleY =" 0.5"
40
40
android : src =" @drawable/ic_down_arrow"
41
- android : visibility =" gone" />
41
+ android : visibility =" gone" />
42
42
43
43
</RelativeLayout >
44
44
108
108
android : layout_height =" 100dp"
109
109
android : gravity =" center"
110
110
android : padding =" 8dp"
111
- android : visibility =" gone"
112
- >
111
+ android : visibility =" gone" >
113
112
114
113
<com .google.android.material.floatingactionbutton.FloatingActionButton
115
114
android : id =" @+id/gallery_button"
144
143
android : id =" @+id/secondary_container"
145
144
android : layout_width =" match_parent"
146
145
android : layout_height =" 0dp"
147
- app : layout_constraintBottom_toTopOf =" @id/constraint_layout"
148
- app : layout_constraintEnd_toEndOf =" parent"
149
- app : layout_constraintStart_toStartOf =" parent"
150
- app : layout_constraintTop_toTopOf =" parent"
151
146
android : paddingTop =" 32dp"
152
147
android : scaleX =" 1.1"
153
148
android : scaleY =" 1.1"
154
- android : visibility =" invisible" >
149
+ android : visibility =" invisible"
150
+ app : layout_constraintBottom_toTopOf =" @id/constraint_layout"
151
+ app : layout_constraintEnd_toEndOf =" parent"
152
+ app : layout_constraintStart_toStartOf =" parent"
153
+ app : layout_constraintTop_toTopOf =" parent" >
155
154
156
155
<androidx .recyclerview.widget.RecyclerView
157
156
android : id =" @+id/meta_data_list_item"
160
159
android : orientation =" vertical"
161
160
tools : listitem =" @layout/file_meta_data_list_item" />
162
161
163
- <ImageView
164
- android : id =" @+id/illustration"
165
- android : layout_width =" 300dp"
166
- android : layout_height =" 200dp"
167
- android : src =" @drawable/illus_uploading"
168
- android : scaleType =" fitCenter"
169
- android : layout_gravity =" center_horizontal"
170
- android : contentDescription =" @string/illustration"
171
- android : layout_centerInParent =" true" />
172
-
173
- <TextView
162
+ <LinearLayout
163
+ android : id =" @+id/illustration_container"
174
164
android : layout_width =" wrap_content"
175
165
android : layout_height =" wrap_content"
176
- android : text =" @string/file_meta_data_info"
177
- android : layout_centerHorizontal =" true"
178
- android : textAlignment =" center"
179
- android : layout_below =" @id/illustration"
180
- android : textSize =" 22sp"
181
- android : fontFamily =" @font/nunito_regular"
182
- android : textColor =" @color/black"
183
- android : layout_marginTop =" @dimen/illustration_text_vertical_gap" />
184
-
166
+ android : layout_centerInParent =" true"
167
+ android : orientation =" vertical"
168
+ android : gravity =" center" >
169
+
170
+ <ImageView
171
+ android : id =" @+id/illustration"
172
+ android : layout_width =" 300dp"
173
+ android : layout_height =" 200dp"
174
+ android : layout_gravity =" center_horizontal"
175
+ android : contentDescription =" @string/illustration"
176
+ android : scaleType =" fitCenter"
177
+ android : src =" @drawable/illus_uploading" />
178
+
179
+ <TextView
180
+ android : layout_width =" wrap_content"
181
+ android : layout_height =" wrap_content"
182
+ android : layout_marginTop =" @dimen/illustration_text_vertical_gap"
183
+ android : fontFamily =" @font/nunito_regular"
184
+ android : text =" @string/file_meta_data_info"
185
+ android : textAlignment =" center"
186
+ android : textColor =" @color/black"
187
+ android : textSize =" 22sp" />
188
+ </LinearLayout >
185
189
</RelativeLayout >
186
190
187
191
</androidx .constraintlayout.motion.widget.MotionLayout>
0 commit comments