2525
2626 <com .google.android.material.textfield.TextInputEditText
2727 android : layout_width =" match_parent"
28- android : layout_height =" wrap_content" />
28+ android : layout_height =" wrap_content"
29+ android : singleLine =" true" />
2930
3031 </com .google.android.material.textfield.TextInputLayout>
3132
3637 android : layout_weight =" 1"
3738 android : backgroundTint =" @color/transparent"
3839 android : src =" @drawable/ic_home"
39- android : tint =" @color/black"
40+ app : tint =" @color/black"
4041 tools : ignore =" ContentDescription" />
4142
4243 </LinearLayout >
6869 android : id =" @+id/progress_bar"
6970 android : layout_width =" wrap_content"
7071 android : layout_height =" wrap_content"
72+ android : layout_gravity =" center_horizontal"
73+ android : layout_margin =" @dimen/root_side_margin"
7174 android : indeterminate =" true"
7275 android : visibility =" gone"
73- app : indicatorColor =" @color/login_signup_button_color"
74- android : layout_margin =" @dimen/root_side_margin"
75- android : layout_gravity =" center_horizontal" />
76+ app : indicatorColor =" @color/login_signup_button_color" />
7677
7778 <RelativeLayout
7879 android : layout_width =" match_parent"
7980 android : layout_height =" match_parent" >
81+
8082 <androidx .recyclerview.widget.RecyclerView
8183 android : id =" @+id/file_list"
8284 android : layout_width =" match_parent"
8385 android : layout_height =" wrap_content"
84- tools : listitem =" @layout/file_list_item"
8586 android : paddingStart =" @dimen/root_side_margin"
86- android : paddingEnd =" @dimen/root_side_margin" />
87- <ImageView
88- android : id =" @+id/illustration"
89- android : layout_width =" 200dp"
90- android : layout_height =" 200dp"
91- android : src =" @drawable/illus_void"
92- android : scaleType =" fitXY"
93- android : layout_centerHorizontal =" true"
94- android : contentDescription =" @string/illustration"
95- android : layout_marginTop =" 102dp" />
96- <TextView
97- android : id =" @+id/info_message"
87+ android : paddingEnd =" @dimen/root_side_margin"
88+ tools : listitem =" @layout/file_list_item" />
89+
90+ <LinearLayout
91+ android : id =" @+id/empty_info_container"
9892 android : layout_width =" wrap_content"
9993 android : layout_height =" wrap_content"
100- android : text =" @string/file_search_info"
10194 android : layout_centerHorizontal =" true"
102- android : textAlignment =" center"
103- android : layout_below =" @id/illustration"
104- android : textSize =" 22sp"
105- android : fontFamily =" @font/nunito_regular"
106- android : textColor =" @color/black"
107- android : layout_marginTop =" @dimen/illustration_text_vertical_gap" />
95+ android : gravity =" center"
96+ android : orientation =" vertical" >
97+
98+ <ImageView
99+ android : id =" @+id/illustration"
100+ android : layout_width =" 200dp"
101+ android : layout_height =" 200dp"
102+ android : layout_marginTop =" 102dp"
103+ android : contentDescription =" @string/illustration"
104+ android : scaleType =" fitXY"
105+ android : src =" @drawable/illus_void" />
106+
107+ <TextView
108+ android : id =" @+id/info_message"
109+ android : layout_width =" wrap_content"
110+ android : layout_height =" wrap_content"
111+ android : layout_marginTop =" @dimen/illustration_text_vertical_gap"
112+ android : fontFamily =" @font/nunito_regular"
113+ android : text =" @string/file_search_info"
114+ android : textAlignment =" center"
115+ android : textColor =" @color/black"
116+ android : textSize =" 22sp" />
117+ </LinearLayout >
118+
119+
108120 </RelativeLayout >
109121</LinearLayout >
0 commit comments