Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Arrows for list view in Android

Is there any way where I can have default arrows in a list view,without reading them as an array from the xml? If I use ImageViews for arrows,then they might become really ugly. I am bad in graphic design.

Thank you.

EDIT

I found this site that could be useful to many people.

material design icons

like image 683
Theo Avatar asked Nov 27 '25 10:11

Theo


1 Answers

You can always use this Unicode codes to draw arrows as text (if that is what you want)

  • U+2192
  • U+25B6
  • U+2794

More codes here: http://unicode-table.com/en/sets/arrows-symbols/

like image 107
lgvalle Avatar answered Nov 30 '25 00:11

lgvalle