手机状态栏素材吧 关注:6,154贴子:43,580

★教程|07-12★ wp8样式的最近任务界面

只看楼主收藏回复

就是这种,4.1.2的




IP属地:上海来自Android客户端1楼2014-07-12 11:33回复
    喜欢的留个名,我发教程


    IP属地:上海来自Android客户端2楼2014-07-12 11:34
    收起回复
      好,教程开始


      IP属地:上海来自Android客户端6楼2014-07-12 14:39
      回复
        反编译UI和框架


        IP属地:上海来自Android客户端7楼2014-07-12 14:42
        回复
          1 反编译UI,然后找到res/values/bools.xml
          搜索
          <bool name="config_recents_thumbnail_image_fits_to_xy">false</bool 将false改为true


          IP属地:上海来自Android客户端8楼2014-07-12 14:44
          收起回复
            找到 /res/values/strings.xml
            最后一行添加
            <string name="recent_apps_title">Recent apps</string>
            找到values-zh-rCN/strings.xml
            <string name="recent_apps_title">自定义中文名</string>


            IP属地:上海来自Android客户端9楼2014-07-12 14:45
            收起回复
              找到 /res/layout/status_bar_no_recent_apps.xml
              在<TextView android:textSize="20.0dip" 后面改为android:textColor="@*android:color/white"


              IP属地:上海来自Android客户端10楼2014-07-12 14:45
              收起回复
                找到 /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"


                IP属地:上海来自Android客户端12楼2014-07-12 14:46
                收起回复
                  替换layout-land layout-port中的status_bar_recent_panel.xm与status_bar_recent_item.xml
                  制作两个背景图片,名称改为:wp8_land 和wp8_port大小自定,放到drawable-nodpi文件夹下既可


                  IP属地:上海来自Android客户端13楼2014-07-12 14:46
                  收起回复
                    2 反编译 framework-res.apk
                    /res/values/dimens.xml
                    <dimen name="thumbnail_height">267.0dip</dimen> 有的分辩率不同可自定义高度
                    <dimen name="thumbnail_width">168.0dip</dimen> 有的分辩率不同可自定义宽度


                    IP属地:上海来自Android客户端14楼2014-07-12 14:52
                    收起回复
                      好啦,这些搞定后就是回编译,然后替换什么的就不用多说啦


                      IP属地:上海来自Android客户端15楼2014-07-12 14:53
                      回复
                        只有4.04和4.1.1


                        来自Android客户端16楼2014-07-12 15:04
                        收起回复
                          W: Could not find sources
                          /sdcard/apktool/SystemUI_src/res/values/strings.xml:145: error: Error parsing XML: junk after document element
                          /sdcard/apktool/SystemUI_src/res/values-zh-rCN/strings.xml:139: error: Error parsing XML: junk after document element
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:695: error: Public symbol string/accessibility_airplane_mode declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:652: error: Public symbol string/accessibility_back declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:665: error: Public symbol string/accessibility_battery_full declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:696: error: Public symbol string/accessibility_battery_level declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:662: error: Public symbol string/accessibility_battery_one_bar declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:664: error: Public symbol string/accessibility_battery_three_bars declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:663: error: Public symbol string/accessibility_battery_two_bars declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:659: error: Public symbol string/accessibility_bluetooth_connected declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:660: error: Public symbol string/accessibility_bluetooth_disconnected declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:694: error: Public symbol string/accessibility_bluetooth_tether declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:716: error: Public symbol string/accessibility_clear_all declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:657: error: Public symbol string/accessibility_compatibility_zoom_button declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:658: error: Public symbol string/accessibility_compatibility_zoom_example declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:688: error: Public symbol string/accessibility_data_connection_3.5g declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:687: error: Public symbol string/accessibility_data_connection_3g declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:689: error: Public symbol string/accessibility_data_connection_4g declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:690: error: Public symbol string/accessibility_data_connection_cdma declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:691: error: Public symbol string/accessibility_data_connection_edge declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:686: error: Public symbol string/accessibility_data_connection_gprs declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:692: error: Public symbol string/accessibility_data_connection_wifi declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:672: error: Public symbol string/accessibility_data_one_bar declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:675: error: Public symbol string/accessibility_data_signal_full declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:674: error: Public symbol string/accessibility_data_three_bars declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:673: error: Public symbol string/accessibility_data_two_bars declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:701: error: Public symbol string/accessibility_gps_acquiring declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:700: error: Public symbol string/accessibility_gps_enabled declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:653: error: Public symbol string/accessibility_home declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:656: error: Public symbol string/accessibility_ime_switch_button declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:654: error: Public symbol string/accessibility_menu declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:661: error: Public symbol string/accessibility_no_battery declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:671: error: Public symbol string/accessibility_no_data declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:666: error: Public symbol string/accessibility_no_phone declared here is not defined.
                          /sdcard/apktool/SystemUI_src/res/values/public.xml:693: error: Public symbol string/accessibility_no_sim declared here is not defined.
                          /sdcard/


                          来自Android客户端17楼2014-07-14 13:18
                          收起回复
                            顶。
                               记得有一次,我快被对面打死了,我就低下头打字“打野的傲之追猎者雷恩加尔,我是上单诺克萨斯之手德莱厄斯,来上支援一下好吗?我快被对面的上单猩红收割者弗拉基米尔打死了”等我打完这些话抬头一看,我都复活了。。。。。


                            应用达人
                            应用吧活动,去领取
                            活动截止:2100-01-01
                            去徽章馆》
                            IP属地:广东来自Android客户端18楼2014-07-15 07:48
                            回复