Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for image in android.R.drawable

I'm looking for a system-wide graphic that (I think) is in android.R.drawable. I am looking for this one:

Android Graphic

I realize that graphics differ between systems, however I am fairy sure that it is system wide because I have seen it in multiple programs.

I want to use the one Android provides so that my app looks good no matter what phone it runs on. Does anyone know where I can find that image to use in my program?

like image 892
riwalk Avatar asked Dec 17 '22 15:12

riwalk


1 Answers

Taking a look at Android R Drawables, it seems it might be expander_ic_minimized.9

like image 118
Pascal MARTIN Avatar answered Dec 27 '22 05:12

Pascal MARTIN