位置: 编程技术 - 正文
推荐整理分享android Launcher3应用列表修改透明背景(android launchers),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:android:launchmode="2",android:launchmode="singleinstance",android launcher download,android launcher3下载,android launcher3下载,android launchers,android launcher详解,android launchers,内容如对您有帮助,希望把文章链接给更多的朋友!
将launcher3的应用列表背景修改为透明,与Launcher2略有不同,需要进行如下步骤:
1. 找到res/layout/apps_customize_pane.xml文件,将
<com.android.launcher3.appscustomizetabhostxmlns:android=" android:id="@id/animation_buffer" android:layout_width="match_parent"android:layout_height="match_parent"android:background="#FF"android:visibility="gone" />
修改为:
<frameLayout<br> android:id="@id/animation_buffer" android:layout_width="match_parent"android:layout_height="match_parent"android:background="#"android:visibility="gone" />
2、找到AppsCustomizeTabHost.java类中的onTabChangedEnd()方法,如下:
private void onTabChangedEnd(AppsCustomizePagedView.ContentType type) { int bgAlpha = (int) ( * (getResources().getInteger( R.integer.config_appsCustomizeSpringLoadedBgAlpha) / f)); setBackgroundColor(Color.argb(bgAlpha, 0, 0, 0)); mAppsCustomizePane.setContentType(type); }
其中bgAlpha为透明度的参数,将其改为你需要的透明度即可,为不透明,以上1、2步骤完之后,保存,编译,即可达到需要的效果。
Android Cursor源码笔记(1) Cursor接口:extendsCloseable,没啥说的.因为本身就是一个接口,所以其源码的最大价值其实就是作为一份guide存在,注释还有让人读的欲望的.就当翻译一遍guid
【媒体应用:Android平台Vitamio播放器探索之路系列】之七:Vitamio 项目集成常见错误汇总 作者:郭嘉邮箱:allenwells@.com博客:
[置顶] Android ListView ExpandableListView GridView WebView ScrollView HorizontalScrollView等 上拉加载,下拉刷新! 第一次写博客有点紧张,如果有错的话,欢迎您纠正!大家都知道目前App都有一个常见的功能就是上拉加载、下拉刷新,其实就是分页。但是今天要用第
上一篇:Mac 配置Android环境变量( 有图)(mac安装android)
友情链接: 武汉网站建设