bernardR Member Licensed User Longtime User Sep 16, 2017 #1 On some devices, the context Menu for select text is a bar on top screen; if the activity not includes title, the layout is pushed. Is it possible to avoid this 'push' ?
On some devices, the context Menu for select text is a bar on top screen; if the activity not includes title, the layout is pushed. Is it possible to avoid this 'push' ?
Erel B4X founder Staff member Licensed User Longtime User Sep 17, 2017 #2 Worth testing it with AppCompat. Might behave differently. Upvote 0
bernardR Member Licensed User Longtime User Sep 17, 2017 #3 I have try this: B4X: #If JAVA import android.view.*; public void _onCreate() { getWindow().requestFeature(Window.FEATURE_ACTION_MODE_OVERLAY); } #End IF This works on my device Lenovo. Is it correct for others devices ? Last edited: Sep 17, 2017 Upvote 0
I have try this: B4X: #If JAVA import android.view.*; public void _onCreate() { getWindow().requestFeature(Window.FEATURE_ACTION_MODE_OVERLAY); } #End IF This works on my device Lenovo. Is it correct for others devices ?