EXODUS_Q™
14.03.23
조회 수 3908
추천 수 3
댓글 2

원문_GUIDE

http://forum.xda-developers.com/showthread.php?t=2038675&page=9

Thanks to "majdinj"


〉SystemUI.apk파일을 작업합니다.

퀵패널 헤드쪽에 "화면잠금"과 "애플리케이션 관리"를 바로 실행하는 아이콘을 추가하는 작업입니다.



1. Decompile SystemUI.apk by APK-Multi tool

(APKmanager로 하든, APK-Multi tool로 하든 여러분 마음대로 디컴파일만 잘하면 됩니다.)



2. Navigate to resdrawable-xhdpi folder and put these new resource images there.

(new resource images를 열어 두개의 아이콘파일을 다운로드하여 drawable-xhdpi(또는 hdpi)폴더에 넣으세요.) 

(이 아이콘파일들은 나중에 여러분이 원하는 스타일의 아이콘으로 바꿔도 됩니다.)



3. Navigate to reslayout folder and open tw_status_bar_expanded_header.xml and add the following lines (the blue ones):

(SystemUI/reslayout/tw_expanded_header.xml을 열어 아래의 파란색 구문을 저 위치에 추가하면 됩니다.

이 구문도 실제 사용자의 퀵패널 헤드에서는 뭔가 살짝 어긋나 보일수도 있습니다.각자가 자신의 폰 퀵패널 헤드에 맞게 추가 수정하시면 됩니다.)

Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:background="#ff000000" android:layout_width="fill_parent" android:layout_height="39.0dip" android:baselineAligned="false"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock" android:textColor="#ffffffff" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="4.0dip" android:layout_marginTop="-3.0dip" android:singleLine="true" systemui:ampmSmall="true" />
<com.android.systemui.statusbar.policy.DateView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date" android:textColor="#ffffffff" android:ellipsize="none" android:id="@id/date" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="8.0dip" android:layout_marginRight="4.0dip" android:maxLines="2" />
<com.android.systemui.statusbar.RotationToggle android:id="@id/rotation_lock_button" android:visibility="gone" android:clickable="true" android:layout_width="32.0dip" android:layout_height="32.0dip" android:layout_margin="8.0dip" android:button="@drawable/ic_notify_rotation" android:contentDescription="@string/accessibility_rotation_lock_off" />
<Space android:layout_width="0.0dip" android:layout_height="0.0dip" android:layout_weight="1.0" />
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/recent_apps" android:paddingLeft="2.0dip" android:paddingRight="1.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_recent" android:layout_toLeftOf="@id/back" android:contentDescription="@string/accessibility_recent" systemui:keyCode="187" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:paddingLeft="2.0dip" android:paddingRight="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lock" android:layout_toLeftOf="@id/settings_button" android:contentDescription="@string/accessibility_back" systemui:keyCode="26" systemui:glowBackground="@drawable/ic_sysbar_highlight" />

<ImageView android:layout_width="1.0dip" android:layout_height="25.0dip" android:layout_marginTop="7.0dip" android:layout_marginBottom="7.0dip" android:src="@drawable/tw_quick_panel_plnm_setting_dv" />
<RelativeLayout android:id="@id/settings_button" android:background="@drawable/tw_quick_panel_setting_button_bg" android:focusable="true" android:visibility="visible" android:layout_width="@dimen/status_bar_expanded_setting_width" android:layout_height="39.0dip">
<ImageView android:id="@id/settings_button_icon" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/tw_quickpanel_icon_settings" android:scaleType="center" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android:contentDescription="@string/accessibility_settings_button" />
</RelativeLayout>
</LinearLayout>
Quote:
First blue line is for recent apps icon and the second one is for lock screen icon


4. Save changes, recompile and push to your phone.

Results:




아래 그림은 실제 사용중인 제 폰의 퀵패널 헤드에 있는 아이콘 모습입니다.




Extra Form
첨부
kkkkkkkkkkkkk.png  [File Size:59.3KB/Download:0]
댓글을 남겨야 다운로드가 가능합니다. 감사의 댓글을 달고 오른쪽 확인버튼을 눌러주세요.
다운로드시 일주일에 한개 이상의 게시물 작성이 필요합니다. 지금 자유게시판에 회원님의 하루를 남겨보세요.
추천♡버튼을 잊지 마세요. 추천인과 회원님 모두 포인트가 적립됩니다.

EXODUS_Q™ 님의 SIGNATURE

profile
Just Do It.
댓글 2
댓글 쓰기 권한이 없습니다.
분류 정렬 목록 검색 쓰기
List of Articles
제목 글쓴이 추천 조회 날짜
멀티 카카오톡 프사 바꾸는법입니다~~~ 2 폭주2412 6101 2014.03.25
sk 통화 보상 페이지 오픈 15 file 꿈속 2367 2014.03.25
Galaxy s3 knock no 활성화 방법 3 장인_Jelly 1 7167 2014.03.23
퀵패널 헤더_Lock&recent apps(애플리케이션 관리) 2 file EXODUS_Q™ 3 3908 2014.03.23
상단바_DataTrafic 7 file EXODUS_Q™ 4 2839 2014.03.22
갤5 색상코드입니다. 1 file Pepper★ 12 3563 2014.03.22
sk 전화안되시는분즐 이렇게 한번 해보세요 6 변똥꼬 2 2220 2014.03.20
폰만으로 현재의 폰의 시스템 파티션을 오딘용tar / 시스템 이미지로 ... 11 file 짱구삼촌 11 9588 2014.03.20
9패치 이미지 미리보기 하는 방법 2 file 짱구삼촌 2 3799 2014.03.20
SaliFish OS 포팅이 쉬어지겠네요. Sleepy¸ 1 1898 2014.03.20
DVFS(스로틀링) 해제가 일부 기종에서는 위험할수도 있다고 봅니다. 15 hsk 2 8758 2014.03.18
무음카메라 만들기 정말 쉽네요 8 코싸인 6 6398 2014.03.18
킷캣/non킷캣 공용 cwm 업데이트집 만들기 - 울티마 크리텐 방식 file 짱구삼촌 1 4513 2014.03.18
Wanam Xposed 설치가 안되시는 분들 참고하세요 2 hsk 1 6660 2014.03.18
feature.xml 파일 백업본이 폴더에 있네요 3 soao 1 1903 2014.03.18
인터넷(Web browser)홈 추가&터치위즈홈_메뉴/편집 활성화. 7 file EXODUS_Q™ 4 3380 2014.03.17
(TIP)갤노트1_LongPressMenuButton to kill app file EXODUS_Q™ 5 2804 2014.03.16
Wanam Xposed와 HD보이스를 동시에 이용하기! (feature.xml 변조 방지) 24 hsk 30 8112 2014.03.16
노트3 비정품 뷰커버 사용하시는 분들 참조하세요. 2 file 샌드백 1 8104 2014.03.16
삼성 KK부터 Lockscreen 관련 framwork... 19 Sleepy' 2 2405 2014.03.16
노트3 킷캣 업데이트 후 안드로이드 운영체제가 배터리를 비정상적으로... 4 샌드백 2 7451 2014.03.15
제가올린 aosp browser 폰트변경 방법입니다. 3 file April11 3 4386 2014.03.13
[전문가용] 노트3 최적화 스크립트 NBD (베타) 43 file Anony 80 14794 2014.03.13
강좌 [강좌]카카오톡 부계정 만들기 - 카카오톡 우회인증/공기계 카카오톡 ... 23 푸우♡ 47 42549 2014.03.12
가장간단한 외국 플레이스토어 버프 2 2962 2014.03.11
노트1배터리교환 3 file 핡!소스 2 3314 2014.03.11
폰트 종류 쉽게 알아보기 입니다 -_-::: 4 file 용이니까 1 10683 2014.03.11
물결락 & 잉크락 xda link 2 file EXODUS_Q™ 2 3334 2014.03.11
푸우님표 S5 테마와 삼성표 S5 노티패널을 같이 쓰기 2 Vanadis 1 4225 2014.03.11
MyDeodexer를 이용한 system.img 간단 추출법. EXODUS_Q™ 14 7193 2014.03.10
1 - 29 - 135