File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 ~ SPDX-FileCopyrightText: 2026 Alper Ozturk <alper.ozturk@nextcloud.com>
66 ~ SPDX-License-Identifier: AGPL-3.0-or-later
77 -->
8- <TextView xmlns : android =" http://schemas.android.com/apk/res/android"
8+ <com .google.android.material.button.MaterialButton
9+ xmlns : android =" http://schemas.android.com/apk/res/android"
910 android : id =" @+id/unified_search_footer_layout"
11+ style =" @style/Widget.Material3.Button.TextButton"
1012 android : layout_width =" match_parent"
1113 android : layout_height =" @dimen/min_list_item_size"
12- android : gravity =" center_vertical"
13- android : paddingStart =" @dimen/standard_list_item_size"
14- android : paddingEnd =" @dimen/standard_quarter_padding"
15- android : text =" @string/load_more_results"
16- android : textColor =" @color/secondary_text_color" />
14+ android : gravity =" center"
15+ android : text =" @string/load_more_results" />
You can’t perform that action at this time.
0 commit comments