File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 2525 android : layout_width =" match_parent"
2626 android : layout_height =" wrap_content"
2727 android : hint =" @string/categories_search_text_hint"
28- android : imeOptions =" flagNoExtractUi"
28+ android : maxLines =" 1"
29+ android : gravity =" left"
2930 android : inputType =" textCapWords"
30- android : maxLines = " 1 " />
31+ android : imeOptions = " flagNoExtractUi " />
3132
3233 <ProgressBar
3334 android : id =" @+id/categoriesSearchInProgress"
34- style =" ?android:progressBarStyleSmall"
3535 android : layout_width =" wrap_content"
3636 android : layout_height =" wrap_content"
37- android : layout_gravity =" center_vertical|end"
38- android : layout_marginEnd =" @dimen/tiny_gap"
39- android : layout_marginRight =" @dimen/tiny_gap"
4037 android : indeterminate =" true"
4138 android : indeterminateOnly =" true"
42- android : visibility =" gone" />
39+ android : layout_marginRight =" @dimen/tiny_gap"
40+ android : layout_marginEnd =" @dimen/tiny_gap"
41+ android : layout_gravity =" center_vertical|right"
42+ style =" ?android:progressBarStyleSmall"
43+ android : visibility =" gone"
44+ />
4345 </FrameLayout >
4446
4547 <TextView
You can’t perform that action at this time.
0 commit comments