java - Android: set Holo Light theme for Navigation Drawer - color of listview -
i've downloaded exmple "navigationdrawer.zip" google official guide, basic exmple navigation drawer.
the navigation drawer in exmple designed holo dark. question how set navigation drawer holo light?
what tried
set background color of holo light easy -
<listview ... android:background="#xxxx"/>
but
<listview ... android:colortext="#xxxx"/>
don't work.
i dont know if have to, implemented custom adapter textview. doing able set colour of text way.
Comments
Post a Comment