横からにゅるりと出てくるメニューの
「Navigation Drawer」
Creating a Navigation Drawer | Android Developers
4系では、動いてたけど、
今回、ActionBarにコンパチなライブラリが登場して。
Support Library Setup | Android Developers
Sherlockも不要になったという。
[Android Tips] Support Library に追加された ActionBarActivity を使ってみた | Developers.IO
なので、この2つの組み合わせで2系で。
と思いやってみたのですが。
・・・
動かぬ!!
android.view.InflateException: Binary XML file line #17: Error inflating class
Caused by: android.content.res.Resources$NotFoundException: Resource is not a Drawable (color or path): TypedValue{t=0x2/d=0x10102fd a=-1}
なんかリソースがない、とか。
3つとも使うにはAPI14+。
なのでlayout-v14をコピーしてつくる。
そして、14+向けでない layout を修正すればいけるけど。
Navigation Drawer の左からのメニューって、
ActionBarには含まれると思ってましたよ、ぼんやりと。
ActionBarCompat and NavigationDrawer
Cross Reference: /frameworks/base/core/res/res/values/themes.xml
関連ワード: Android・AndroidStudio・アプリ・ツール・ニュース・ライブラリ・初心者・開発・actionbarcompat・android.view.InflateException: Binary XML file line #17: Error inflating class・Caused by: android.content.res.Resources$NotFoundException: Resource is not a Drawable (color or path): TypedValue{t=0x2/d=0x10102fd a=-1}