You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.
The hardest part of this is to just make the pill design. Once I have a layout, it is pretty easy to implement.
In the QsbContainerView, the app will grab all the available widgets and basically set up whatever widget the system determines is the search bar. I tried to just make it find Google's pill widget here, if it was installed, but no luck, unfortunately.
We can just make a layout though, similar to how it is working with the default search widget (if the system can't find one).
If the user is using the pill widget, then they should be able to place things in the upper area.
The preference will switch to a ListPreference:
Search Bar
Search Pill
No search widget
The text was updated successfully, but these errors were encountered:
The hardest part of this is to just make the pill design. Once I have a layout, it is pretty easy to implement.
In the
QsbContainerView
, the app will grab all the available widgets and basically set up whatever widget the system determines is the search bar. I tried to just make it find Google's pill widget here, if it was installed, but no luck, unfortunately.We can just make a layout though, similar to how it is working with the default search widget (if the system can't find one).
If the user is using the pill widget, then they should be able to place things in the upper area.
The preference will switch to a
ListPreference
:The text was updated successfully, but these errors were encountered: