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);
        }

更多相关文章

  1. Android(安卓)之往通讯录中添加数据和查询数据
  2. android listview的一些设置
  3. tabcontent中scaleType的使用 图片Drawable和bitmap显示问题
  4. Android学习之菜单
  5. Android(安卓)Studio 小技巧(1):如何导入AAR文件
  6. Android非Kotlin支持项目添加Kotlin代码时的注意点
  7. Android(安卓)ApiDemos示例解析(15):App->Activity->SetWallpaper
  8. android 单元测试cmd 命令集
  9. android 开发-文件存储之读写sdcard

随机推荐

  1. android 雨松开发大合集
  2. Android控件属性全解
  3. Android(安卓)Studio导入第三方库报错处
  4. android hosts
  5. Android获取app应用程序大小的方法
  6. 解决打开Android(安卓)SDK Manager时出现
  7. Android(安卓)面试之某些公司的面试题
  8. Android(安卓)对话框 (二)ProgressDialog
  9. Android自定义相机实现自动对焦和手动对
  10. android 上传文件到服务器代码实例