android - Theme.AppCompat.Light.NoActionBar issue -


in application i'm using parent="theme.appcompat.light.noactionbar"

my style :

    <style name="apptheme" parent="theme.appcompat.light.noactionbar">     </style> 

the problem menu transparent, , need change

-image1

image2


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -