Change ActionBar Home/Up Arrow Icon

后端 未结 1 775
[愿得一人]
[愿得一人] 2021-01-06 02:57

I noticed that with the new Google apps, they are updating the little Home/Up icon to not be the arrow, but three little lines (at least on Android 4.2).

相关标签:
1条回答
  • 2021-01-06 03:45

    It's called an ActionBarDrawerToggle and is intended to be used with the DrawerLayout.

    You can find a sample implementation here and if you are only interested in the icons: you can download them from here.

    0 讨论(0)
提交回复
热议问题