
Oke Langsung saja simak baik-baik Tutorial dibawah ini:
Persyaratan :
- SystemUI.apk
- Faham Compile & Decompile
- HH sudah di Root
- Notepad ++ atau sejenisnya
- Download Bahan-Bahannya Download Dibawah
Caranya :
- Decompile SystemUI.apk
- Kemudian Ekstrack file yang tadi di download.
- Pindahkan Folder ASSETS ke folder SystemUI yang tadi di decompile.
- Pinfdah semua file Smali yang di Folder smali (yang tadi di download) ke smali/com/android/sytemui/statusbar/di sini.
- Jika sudah, buka file status_bar_expanded.xml di res/layout/di sini dengan NotePad++
- Temukan Line ini :<TextView android:textSize="17.0sp" android:textStyle="normal" android:textColor="#ffffffff" android:id="@id/noNotificationsTitle" android:background="@drawable/quickpanel_title_background" android:paddingLeft="5.0dip" android:layout_width="fill_parent" android:layout_height="26.0dip" android:text="@string/status_bar_no_notifications_title" />
- Kemudian, Pastekan line ini di atas line no 6 :
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content">
<ScrollView android:id="@id/scroll" android:scrollbars="horizontal" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="wrap_content" android:overScrollMode="ifContentScrolls">
<com.android.systemui.statusbar.NotificationLinearLayout android:orientation="vertical" android:id="@id/notificationLinearLayout" android:layout_width="fill_parent" android:layout_height="wrap_content">
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="42.0px">
<LinearLayout android:orientation="horizontal" android:background="@drawable/quickpanel_plmn_background" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.android.systemui.statusbar.TogelMusrik android:paddingTop="5.0px" android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="40.0px" android:overScrollMode="never" />
</LinearLayout>
</LinearLayout>
</com.android.systemui.statusbar.NotificationLinearLayout>
</ScrollView>
</FrameLayout>
<ScrollView android:id="@id/scroll" android:scrollbars="horizontal" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="wrap_content" android:overScrollMode="ifContentScrolls">
<com.android.systemui.statusbar.NotificationLinearLayout android:orientation="vertical" android:id="@id/notificationLinearLayout" android:layout_width="fill_parent" android:layout_height="wrap_content">
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="42.0px">
<LinearLayout android:orientation="horizontal" android:background="@drawable/quickpanel_plmn_background" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.android.systemui.statusbar.TogelMusrik android:paddingTop="5.0px" android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="40.0px" android:overScrollMode="never" />
</LinearLayout>
</LinearLayout>
</com.android.systemui.statusbar.NotificationLinearLayout>
</ScrollView>
</FrameLayout>
Contoh Seperti dibawah ini
Bahan-Bahan
Jika sudah Save, terus Recompile SytemUI
Yang terakhir tinngal Push Ke System
Tu gambar expendable2.a ga bs dhpus pa gan???
BalasHapusNutupi page'a