mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
f9ac46bb66
I'd like to make the DialogFragment show icons, last synced times, number of tabs, etc; but AlertDialog does not handle multi-choice lists backed by a custom list adapters. (It does handle single-choice lists backed by custom list adapters.) We can implement our own dialog fragment if and when we want better looks. I've made this somewhat general so that we can use it from ShareDialog/SendTab, which currently use AlertDialog. Using DialogFragment has two advantages. First, it smoothly persists across configuration changes; AlertDialog does not. Second, it allow us to use AlertDialog until we implement the improved UI above. |
||
---|---|---|
.. | ||
app | ||
base | ||
branding | ||
chrome | ||
components | ||
config | ||
extensions | ||
fonts | ||
geckoview_library | ||
installer | ||
locales | ||
modules | ||
search | ||
services | ||
stumbler | ||
tests | ||
themes/core | ||
thirdparty | ||
app.mozbuild | ||
build.mk | ||
confvars.sh | ||
debug_sign_tool.py | ||
defs.mk | ||
LICENSE | ||
Makefile.in | ||
moz.build |