码迷,mamicode.com
首页 > 移动开发 > 详细

android 让Launcher Hotseat中的图标显示title

时间:2014-12-05 14:19:27      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:android   sp   java   on   bs   代码   ad   tt   nbsp   

1、请修改alps/packages/apps/Launcher2/res/values/dimens.xml中的hotseat_cell_height值,例如修改为100;
2、请修改alps/packages/apps/Launcher2/src/com/android/launcher2/HotSeat.java中的resetLayout()方法,对主菜单图标添加title,例如:添加allAppsButton.setText("allAppsButton_title");
3、请修改alps/packages/apps/Launcher2/src/com/android/launcher2/CellLayout.java的addViewToCellLayout方法,将下面的代码注释掉:
        // Hotseat icons - remove text
        if (child instanceof BubbleTextView) {
            BubbleTextView bubbleChild = (BubbleTextView) child;
            bubbleChild.setTextVisibility(!mIsHotseat);
        }    

android 让Launcher Hotseat中的图标显示title

标签:android   sp   java   on   bs   代码   ad   tt   nbsp   

原文地址:http://blog.csdn.net/sergeycao/article/details/41722147

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!