Issue
I'm working on an android navigation drawer activity and I want to change the logos in the activity_main_drawer
file.
Is there any good way to add one of the default drawables to the project?
Solution
The default drawables?
You mean android.R.drawable.*
? That's not everything, but you can download icons from https://materialdesignicons.com
Then drop them into res/drawable
for the different aspect ratios of devices.
Answered By - OneCricketeer
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.