[GUIDE][JB][ICS][GB] Edit Close Drag Handle




  
Langsung saja,

Syarat:
* Mengerti Decompile Recompile
* Mengerti edit xml
* Sabar
* Teliti

Langkah-langkah:



JB & ICS:
* Decompile SystemUI.apk
* Extrak bahan lalu merger ke hasil decompile (Kalo ada peringatan pilih replace aja)
* Buka msim_status_bar_expanded.xml
* Cari codding di bawah ini:
    <com.android.systemui.statusbar.phone.CloseDragHandle android:layout_gravity="bottom" android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="@dimen/close_handle_height">
        <ImageView android:layout_gravity="bottom" android:layout_width="fill_parent" android:layout_height="@dimen/close_handle_height" android:src="@drawable/status_bar_close" android:scaleType="fitXY" />
    </com.android.systemui.statusbar.phone.CloseDragHandle>

* Jadikan seperti ini:
    <com.android.systemui.statusbar.phone.CloseDragHandle android:layout_gravity="bottom" android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="@dimen/close_handle_height">
        <ImageView android:layout_gravity="bottom" android:layout_width="fill_parent" android:layout_height="@dimen/close_handle_height" android:src="@drawable/status_bar_close" android:scaleType="fitXY" />
     </com.android.systemui.statusbar.phone.CloseDragHandle>

* Save
* Recompile & Sign
* Push ke system lalu reboot

GB:
* Decompile SystemUI.apk
* Extrak bahan lalu merger ke hasil decompile (Kalo ada peringatan pilih replace aja)
* Buka status_bar_tracking.xml
* Cari codding di bawah ini:
    <com.android.systemui.statusbar.CloseDragHandle android:layout_gravity="bottom" android:orientation="vertical" android:id="@id/close" android:focusable="true" android:clickable="true" android:layout_width="fill_parent" android:layout_height="wrap_content">
        <ImageView android:layout_gravity="bottom" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/status_bar_close_on" android:scaleType="fitXY" />
    </com.android.systemui.statusbar.CloseDragHandle>

* Jadikan seperti ini:
    <com.android.systemui.statusbar.CloseDragHandle android:layout_gravity="bottom" android:orientation="vertical" android:id="@id/close" android:focusable="true" android:clickable="true" android:layout_width="fill_parent" android:layout_height="wrap_content">
        <ImageView android:layout_gravity="center" android:background="@drawable/status_bar_close" android:clickable="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:scaleType="fitCenter" />
    </com.android.systemui.statusbar.CloseDragHandle>

* Save
* Recompile & sign
* Push ke system


***  Enjoy  ***

Bahan:
https://www.dropbox.com/s/cs77t6j01uf6r66/Bahan_Close_Drag_Handle.zip?dl=0




Thank's to:
Allah swt
XDA
Google




Komentar

Postingan populer dari blog ini

[JB][GUIDE] 5 Tabs SystemUI with Flip Anim (Bagian-3)

[JB][ICS][GB][GUIDE] CHANGE SETTINGS BACKGROUND

[TUTOR][ICS][JB] Menambahkan Music Lidroid Toggle