修改最近任务栏为iphone卡片式
2015/2/14 8:04:00 人气 370 安卓交流论坛第一,反编译systemui.apk
找到/res/values/bools.xml
搜索
<bool name=“config_recents_thumbnail_image_fits_to_xy“>false</bool 将false改为true
第二,找到:/res/values/strings.xml
最后一行添加
<string name=“recent_apps_title“>Recent apps</string>
找到values-zh-rCN/strings.xml
添加<string name=“recent_apps_title“>自定义中文名</string>
第三 ,找到:/res/layout/status_bar_no_recent_apps.xml
在<TextView android:textSize=“20.0dip“ 后面改为android:textColor=“@*android:color/white“
第四,打开/res/layout/status_bar_expanded_header.xml
将<LinearLayout android:gravity=“center_vertical“ android:orientation=“horizontal“ android:background=“@drawable/notification_header_bg“ android:layout_width=“fill_parent“ android:layout_height=“wrap_content“ android:baselineAligned=“false“
改为:<LinearLayout android:gravity=“center_vertical“ android:orientation=“horizontal“ android:background=“#ff000000“ android:layout_width=“fill_parent“ android:layout_height=“wrap_content“ android:baselineAligned=“false“
用我发的链接里面的文件替换layout-land layout-port中的status_bar_recent_panel.xm与status_bar_recent_item.xml
制作两个背景图片,名称改为:wp8_land 和wp8_port大小自定,放到drawable-nodpi文件夹下既可
回编译systemui,成功
反编译framework-res.apk
打开/res/values/dimens.xml
最后一行添加<dimen name=“thumbnail_height“>267.0dip</dimen> 有的分辩率不同可自定义高度
<dimen name=“thumbnail_width“>168.0dip</dimen> 有的分辩率不同可自定义宽度
附件连接
http://pan.baidu.com/share/link?shareid=2975651428&uk=4013423673
找到/res/values/bools.xml
搜索
<bool name=“config_recents_thumbnail_image_fits_to_xy“>false</bool 将false改为true
第二,找到:/res/values/strings.xml
最后一行添加
<string name=“recent_apps_title“>Recent apps</string>
找到values-zh-rCN/strings.xml
添加<string name=“recent_apps_title“>自定义中文名</string>
第三 ,找到:/res/layout/status_bar_no_recent_apps.xml
在<TextView android:textSize=“20.0dip“ 后面改为android:textColor=“@*android:color/white“
第四,打开/res/layout/status_bar_expanded_header.xml
将<LinearLayout android:gravity=“center_vertical“ android:orientation=“horizontal“ android:background=“@drawable/notification_header_bg“ android:layout_width=“fill_parent“ android:layout_height=“wrap_content“ android:baselineAligned=“false“
改为:<LinearLayout android:gravity=“center_vertical“ android:orientation=“horizontal“ android:background=“#ff000000“ android:layout_width=“fill_parent“ android:layout_height=“wrap_content“ android:baselineAligned=“false“
用我发的链接里面的文件替换layout-land layout-port中的status_bar_recent_panel.xm与status_bar_recent_item.xml
制作两个背景图片,名称改为:wp8_land 和wp8_port大小自定,放到drawable-nodpi文件夹下既可
回编译systemui,成功
反编译framework-res.apk
打开/res/values/dimens.xml
最后一行添加<dimen name=“thumbnail_height“>267.0dip</dimen> 有的分辩率不同可自定义高度
<dimen name=“thumbnail_width“>168.0dip</dimen> 有的分辩率不同可自定义宽度
附件连接
http://pan.baidu.com/share/link?shareid=2975651428&uk=4013423673

出任CEO,迎娶白富美,从此走上人生巅峰
发表回复