Android Question MSMaterial Drawer + AppCompat : Screen not drawn till bottom

Anser

Well-Known Member
Licensed User
Longtime User
Dear All,

Screen snapshot demonstrating the described issue
Screenshot.png


The problem occurs only when MSMaterial Drawer is used in the Activity.
The problem will disappears if I don't use MSMaterial Drawer in the Activity.

In the Activity Module code
B4X:
#Region  Activity Attributes
    #FullScreen: False
    #IncludeTitle: True
#End Region
#Extends: android.support.v7.app.AppCompatActivity

if I put True in the code #FullScreen: True, then it is drawn till the bottom, but then the Signal, Time and other notifications that appear on the extreme top area is not displayed.

Anyone else here noticed this issue ?. Any solutions ?

Thanks & Regards

Anser
 
Top