将launcher3的应用列表背景修改为透明,与Launcher2略有不同,需要进行如下步骤:

1.在Launcher3\res\layout中的apps_customize_pane.xml,修改如下

修改为:将动画部分 android:id="@+id/animation_buffer"  android:layout_width="match_parent"android:layout_height="match_parent"android:background="#FF000000"android:visibility="gone" />修改为: android:id="@+id/animation_buffer"  android:layout_width="match_parent"android:layout_height="match_parent"android:background="#00000000"android:visibility="gone" />

2.Launcher3\src\com\android\launcher3\AppsCustomizeTabHost.java

 private void onTabChangedEnd(AppsCustomizePagedView.ContentType type) {        int bgAlpha = (int) (255 * (getResources().getInteger(            R.integer.config_appsCustomizeSpringLoadedBgAlpha) / 100f));       // setBackgroundColor(Color.argb(bgAlpha, 0, 0, 0));
          setBackgroundColor(Color.argb(255, 0, 0, 0));        mAppsCustomizePane.setContentType(type);    }其中bgAlpha为透明度的参数,将其改为你需要的透明度即可,255为不透明,以上1、2步骤完之后,保存,编译,即可达到需要的效果。



更多相关文章

  1. Android Studio启动安卓虚拟机失败,附Android Studio安装虚拟机步
  2. android 透明度
  3. android之使用mvn构建创造项目步骤
  4. Android的NDK开发步骤
  5. 对view设置透明度
  6. 分享GTS-800二次开发流程步骤
  7. 详解一篇搭建快速开发平台的实例步骤
  8. C++实现贪吃蛇游戏的详细步骤及实战演示
  9. C#/基于Unity 行为树的实现步骤【纯代码】

随机推荐

  1. FastAPI基础之Http状态码备忘
  2. 什么是 happens-before 原则?
  3. BigDecima类型数据的处理--Non-terminati
  4. Java自学指南一、找一个开始并能坚持下去
  5. 网络变更服务器不断网方案测试
  6. 看到蛋糕,才发现自己已到而立之年
  7. VMware workstation 技巧总结(持续更新)
  8. Java自学指南二、后端开发全景图与快速入
  9. 执行pod install 报错
  10. 我就改了一下参数,竟然让Tomcat和JVM的性