mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 08:55:54 +03:00
improve search toolbar theming
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
53168d1953
commit
0c4513678d
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ public abstract class BaseController extends ButterKnifeController {
|
|||
activity = (MainActivity) getActivity();
|
||||
viewThemeUtils.themeCardView(activity.binding.searchToolbar);
|
||||
viewThemeUtils.themeToolbar(activity.binding.toolbar);
|
||||
viewThemeUtils.themeSearchBarText(activity.binding.searchText);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && appPreferences.getIsKeyboardIncognito()) {
|
||||
|
|
Loading…
Reference in a new issue