首页 > 移动平台 > 详细

Android actionbar左侧小箭头的隐藏

时间:2015-05-13 16:13:57      阅读:258      评论:0      收藏:0      [点我收藏+]

在res/values文件下的styles.xml中添加一个如下的style,不过此时这行代码会出错<item name="android:homeAsUpIndicator">@drawable/hide</item>

要修改AndroidManifest.xml文件的最低版本号才行

<style name="actionbarTheme" parent="android:Theme.Holo.Light">

<item name="android:homeAsUpIndicator">@drawable/hide</item>
</style>

Android actionbar左侧小箭头的隐藏

原文:http://www.cnblogs.com/ayue-1994-com/p/4500450.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!