Action Bar icon as up enabled not the title

后端 未结 4 990
逝去的感伤
逝去的感伤 2021-02-04 15:43

How to make app icon as up enabled in actionbarsherlock (not the title only icon) like in whats app.

4条回答
  •  闹比i
    闹比i (楼主)
    2021-02-04 16:24

    make sure your android:minSdkVersion="11" which could be seen in the manifest file, Up icon has been included from APK 11. Add the following to your onCreate method For home page put getActionBar().setDisplayHomeAsUpEnabled(false); make sure it false and on other activities you keep it enabled i,e "true". i have made a small sample plz try the below link which may be help you just import into your work space

    http://www.mediafire.com/?hktdvts7yyduwv1

提交回复
热议问题