3Minit Quicklaunch Panel versi indonesia
Nurdin Pancen Negh
Maaf masath nubi ijin bikin Doc
SS : http://s25.postimg.org/nbgns592n/Screenshot_2014_05_03_08_29_05.png
Cara 1:
Bahan :
- Decompile SystemUI.apk dan masuk ke smali/com/android/systemui/statusbar/policy- Copykan folder quicklaunch yg tadi di download dan paste ke lokasi di atas- Buka status_bar_expanded.xml
Cari Line :
^LinearLayout android:orientation="vertical" android:id="@id/scrollCart" android:layout_width="fill_parent" android:layout_height="wrap_content">
-Tambahkan :
^HorizontalScrollView android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="wrap_content"> ^com.android.systemui.statusbar.policy.quicklaunch.QuickLaunchContainer android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" /> </HorizontalScrollView>
-Recompile dan push.
Cara 2 :
Versi Saya kombinasi dari Menambahkan Item Baru di Statusbar Pulldown/Expander :
- Decompile SystemUI.apk dan masuk ke smali/com/android/systemui/statusbar/policy
- Copykan folder quicklaunch yg tadi di download dan paste ke lokasi di atas
- Buka gemini_status_bar_expanded.xml
- Cari
^include android:layout_width="fill_parent" android:layout_height="@dimen/notification_panel_header_height" layout="@layout/status_bar_expanded_header" />
- rubah Menjadi
^include android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/alwi_header" />
- Buat file xml baru dengan nama apa aja (contoh di atas alwi_header.xml) isi xml baru tsb dengan script ini
^?xml version="1.0" encoding="utf-8"?>
^relativelayout android:gravity="center_vertical" android:orientation=horizontal android:id="@id/headerbau" android:background="@drawable/notification_header_bg" android:layout_width="fill_parent" android:layout_height="wrap_content">
xmlns:android="http://schemas.android.com/apk/res/android">
^LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content">
^include android:layout_width="fill_parent" android:layout_height="50.0dip" layout="@layout/status_bar_expanded_header" />
^HorizontalScrollView android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="wrap_content"> ^com.android.systemui.statusbar.policy.quicklaunch.QuickLaunchContainer android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" />
^/HorizontalScrollView>
^/LinearLayout>
^/RelativeLayout>
- Save , Recompil,sign dan push
maaf kalo berantakan tested on JB 4.2.2 MTk 6572
mohon koreksinya..
Link Sumber :
http://forum.xda-developers.com/showthread.php?t=2650117
http://maaadon.blogspot.com/2014/04/guide-beberapa-tutor-systemui-always.html
Maaf masath nubi ijin bikin Doc
SS : http://s25.postimg.org/nbgns592n/Screenshot_2014_05_03_08_29_05.png
Cara 1:
Bahan :
- Deodex SystemUI.apk
- Ngerti Tentang De/Recompil
- File : http://forum.xda-developers.com/devdb/project/dl/?id=4243
- Decompile SystemUI.apk dan masuk ke smali/com/android/systemui/statusbar/policy- Copykan folder quicklaunch yg tadi di download dan paste ke lokasi di atas- Buka status_bar_expanded.xml
Cari Line :
^LinearLayout android:orientation="vertical" android:id="@id/scrollCart" android:layout_width="fill_parent" android:layout_height="wrap_content">
-Tambahkan :
^HorizontalScrollView android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="wrap_content"> ^com.android.systemui.statusbar.policy.quicklaunch.QuickLaunchContainer android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" /> </HorizontalScrollView>
-Recompile dan push.
Cara 2 :
Versi Saya kombinasi dari Menambahkan Item Baru di Statusbar Pulldown/Expander :
- Decompile SystemUI.apk dan masuk ke smali/com/android/systemui/statusbar/policy
- Copykan folder quicklaunch yg tadi di download dan paste ke lokasi di atas
- Buka gemini_status_bar_expanded.xml
- Cari
^include android:layout_width="fill_parent" android:layout_height="@dimen/notification_panel_header_height" layout="@layout/status_bar_expanded_header" />
- rubah Menjadi
^include android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/alwi_header" />
- Buat file xml baru dengan nama apa aja (contoh di atas alwi_header.xml) isi xml baru tsb dengan script ini
^?xml version="1.0" encoding="utf-8"?>
^relativelayout android:gravity="center_vertical" android:orientation=horizontal android:id="@id/headerbau" android:background="@drawable/notification_header_bg" android:layout_width="fill_parent" android:layout_height="wrap_content">
xmlns:android="http://schemas.android.com/apk/res/android">
^LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content">
^include android:layout_width="fill_parent" android:layout_height="50.0dip" layout="@layout/status_bar_expanded_header" />
^HorizontalScrollView android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="wrap_content"> ^com.android.systemui.statusbar.policy.quicklaunch.QuickLaunchContainer android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" />
^/HorizontalScrollView>
^/LinearLayout>
^/RelativeLayout>
- Save , Recompil,sign dan push
maaf kalo berantakan tested on JB 4.2.2 MTk 6572
mohon koreksinya..
Link Sumber :
http://forum.xda-developers.com/showthread.php?t=2650117
http://maaadon.blogspot.com/2014/04/guide-beberapa-tutor-systemui-always.html