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 Feb 4, 2022. It is now read-only.
This is mainly for Android, but can probably be translated to other platforms as well.
If I add xfGloss:CellGloss.BackgroundColor="White" to a ViewCell, I get the benefit of having a different color background from the parent ListView, however I lose the selected color when I long-press the view cell in order to bring up the Android ContextMenu.
Is there any way to set the background color AND have a separate color when the context menu is active?
I can see this being useful on iOS too, however it's more likely that the background will stay the same color when the view cell is swiped to reveal the context menu.
This is mainly for Android, but can probably be translated to other platforms as well.
If I add
xfGloss:CellGloss.BackgroundColor="White"
to a ViewCell, I get the benefit of having a different color background from the parent ListView, however I lose the selected color when I long-press the view cell in order to bring up the Android ContextMenu.Is there any way to set the background color AND have a separate color when the context menu is active?
I can see this being useful on iOS too, however it's more likely that the background will stay the same color when the view cell is swiped to reveal the context menu.
Proposed API
And this color would be set for the active view cell when the Context Menu is open.
note: I'm not actually sure what the name should be, color states on Android are a pita
The text was updated successfully, but these errors were encountered: