android - ActionMode custom background -
how can change layout or background of actionmode
? there methodactionmode.getcustomview();
but returns null . there suggestion?
you can change through styles.xml attribute
<item name="android:actionmodebackground">@drawable/actionbar_background</item> <item name="actionmodebackground">@drawable/actionbar_background</item>
asaik changing programmatically not yet supported
Comments
Post a Comment