- Apktool for PC/HH
- Text Editor
Bahan - Bahan :
- Smali Swipe View ( Download )
- SystemUI.apk / apk yang mau ditambahkan Swipe View
- Decompile File SystemUI.apk
- Letakan Bahan" yang didownload ketempatnya
- Buka res/layout/gemini/msim_status_bar_expanded.xml
- Copy kode dibawah, ke line android:id="@id/originLayout" (sesuaikan dengan SystemUI.apk yang digunakan)
- Tambahkan line berikut dibawahnya
- Dibawah line ini (sesuai keingginan)
- Save
- Recompile
- Push ke System/ Ketempatnya
<com.spacecaker.swipelock.ui.SwipeView android:id="@id/expanded_switch" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="fill_parent">
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content"> <include android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/uswipe_1" /> </FrameLayout> <FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content"> <include android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/uswipe_2" /> </FrameLayout> <FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content"> <include android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/uswipe_3" /> </FrameLayout> <FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content"> <include android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/uswipe_4" /> </FrameLayout> </com.spacecaker.swipelock.ui.SwipeView>
<ScrollView android:id="@id/scroll" android:background="@*android:color/transparent" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:overScrollMode="ifContentScrolls"> <com.android.systemui.statusbar.policy.NotificationRowLayout android:id="@id/latestItems" android:background="@*android:color/transparent" android:layout_width="fill_parent" android:layout_height="wrap_content" systemui:rowHeight="@dimen/notification_row_min_height" /> </ScrollView> </LinearLayout>
Credit:
- Spacecaker
- MAAaD
- um Ubed
0 comments:
Post a Comment