手机状态栏素材吧 关注:6,154贴子:43,580
  • 12回复贴,共1

★教程|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
                      回复
                        398024267 有兴趣的加群讨论


                        IP属地:上海来自Android客户端32楼2014-07-17 17:36
                        收起回复
                          这个教程有几人成功了


                          IP属地:上海来自Android客户端57楼2014-07-26 09:16
                          收起回复