[Guide] JB/KK Style Close Drag Handle On ICS
[Guide] JB/KK Style Close Drag Handle On ICS - Hallo sobat Jogja Android Blog, Pada Artikel yang sobat baca kali ini dengan judul [Guide] JB/KK Style Close Drag Handle On ICS, kami telah mempersiapkan artikel ini dengan baik untuk sobat baca dan ambil informasi didalamnya. Mudah-mudahan isi postingan [Guide] JB/KK Style Close Drag Handle On ICS yang kami tulis ini dapat sobat Jogja Android Blog pahami. Baiklah, selamat membaca sambil menikmati kopi.
I wanted to share a tutorial on how to make JB/KK styled close drag handle.
If you don't know what it means take a look at the picture below.
Things Required
1) How to decompile and recompile apk
2) SystemUI.apk which you want to mod
3) Notepad++
4) Brain
So first decompile systemUI.apk and navigate into res/layout
And open status_bar_tracking.xml
Replace This code
HTML Code:
<com.android.systemui.statusbar.phone.CloseDragHandle android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="wrap_content">
<ImageView android:layout_gravity="bottom" android:id="@id/closeImg" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/status_bar_close_on" android:scaleType="fitXY" />
</com.android.systemui.statusbar.phone.CloseDragHandle>
With this
HTML Code:
<com.android.systemui.statusbar.phone.CloseDragHandle android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="35.0dip">
<ImageView android:layout_gravity="bottom" android:background="@drawable/status_bar_close" android:clickable="true" android:layout_width="fill_parent" android:layout_height="35.0dip" android:scaleType="fitXY" />
</com.android.systemui.statusbar.phone.CloseDragHandle>
Then download the res.zip from the attachments and merge(place it) it to the specified folders in \res
Now recompile and flash or push and Enjoy
Attachement : res.zip
Demikian Artikel dengan judul [Guide] JB/KK Style Close Drag Handle On ICS
Mudah-mudahan bisa memberi manfaat untuk sobat Jogja Android Blog semua. Baiklah, sampai jumpa di postingan artikel lainnya.
Sobat Jogja Android Blog sekarang membaca artikel [Guide] JB/KK Style Close Drag Handle On ICS dengan alamat link https://jogjandroidz.blogspot.com/2014/11/guide-jbkk-style-close-drag-handle-on.html
0 Response to "[Guide] JB/KK Style Close Drag Handle On ICS"
Post a Comment