Which is the style when I use this com.android.support:design:22.2.0 -
when use
compile 'com.android.support:design:22.2.0' i don't know style because remove
compile 'com.android.support:appcompat-v7:22.2.0' so have use other style
resources> <!-- base application theme. --> <style name="apptheme" parent="theme.appcompat.light.darkactionbar"> <!-- customize theme here. --> <item name="windowactionbar">false</item> </style> any idea? in advance.
if still using appcompatactivity, or actionbaractivity predecessor, still use theme.appcompat (or themes inherit it) before. design pulls in appcompat-v7 automatically transitive dependency.
Comments
Post a Comment