Skill
Call other activity
|
|
OnClickListener
|
|
|
|
Toast
|
|
Icons
Trouble Shooting
- actual argument android.widget.Toolbar cannot be converted to android.support.v7.widget.Toolbar by method invocation conversion
- import android.widget.Toolbar; 대신 import android.support.v7.widget.Toolbar; 로 한다.
- setSupportActionBar(); 의 사용때문에 나온 에러이며, 이건 뒤의 라이브러리에 들어있다.