[GUIDE] Swipe Expanded Tab Seperti ViewPager Versi 3
[GUIDE] Swipe Expanded Tab Seperti ViewPager Versi 3 - Hallo sobat Jogja Android Blog, Pada Artikel yang sobat baca kali ini dengan judul [GUIDE] Swipe Expanded Tab Seperti ViewPager Versi 3, kami telah mempersiapkan artikel ini dengan baik untuk sobat baca dan ambil informasi didalamnya. Mudah-mudahan isi postingan [GUIDE] Swipe Expanded Tab Seperti ViewPager Versi 3 yang kami tulis ini dapat sobat Jogja Android Blog pahami. Baiklah, selamat membaca sambil menikmati kopi.
Bahan - bahan :1. Apk Tool
2. 920 Text Editor
3. SystemUI apk.zip download di sini
Langkah - langkah :
- Decompile SystemUI.apk
- Pindahin bahan sesuai habitatnya
- Buka res/values/colors.xml tambahkan line berikut diatas </resources>
<color name="indicator_text">#ffffffff</color>- Buka res/layout gemini_status_bar_expandad.xml atau status_bar_expanded.xml
</resources>
cari line ini :
<ScrollView android:id="@id/scroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="wrap_content" android:overScrollMode="ifContentScrolls">- Ganti dengan line ini
<com.android.systemui.statusbar.policy.NotificationRowLayout android:id="@id/latestItems" android:layout_width="fill_parent" android:layout_height="wrap_content" systemui:rowHeight="@dimen/notification_row_min_height" />
</ScrollView>
<include android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/agus_expanded_notification" />- Nanti akan jadi seperti ini
<?xml version="1.0" encoding="utf-8"?>- Save
<com.android.systemui.statusbar.phone.NotificationPanelView android:id="@id/notification_panel" android:background="@drawable/notification_panel_bg" android:paddingTop="@dimen/notification_panel_padding_top" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/notification_panel_margin_left"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<View android:id="@id/handle" android:background="@drawable/status_bar_close" android:visibility="invisible" android:layout_width="fill_parent" android:layout_height="@dimen/close_handle_height" />
<include android:layout_gravity="bottom" android:layout_width="fill_parent" android:layout_height="@dimen/carrier_label_height" android:layout_marginBottom="@dimen/close_handle_height" layout="@layout/gemini_carrier_label" />
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/close_handle_underlap" android:animateLayoutChanges="false">
<include android:layout_width="fill_parent" android:layout_height="@dimen/notification_panel_header_height" layout="@layout/status_bar_expanded_header" />
<FrameLayout android:id="@id/toolBarSwitchPanel" android:background="@drawable/notification_header_bg" android:layout_width="fill_parent" android:layout_height="103.0dip">
<include layout="@layout/toolbar_view" />
<include layout="@layout/toolbar_indicator" />
<include layout="@layout/toolbar_divider" />
</FrameLayout>
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content">
<ViewStub android:id="@id/flip_settings_stub" android:layout="@layout/flip_settings" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<ScrollView android:id="@id/scroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="wrap_content" android:overScrollMode="ifContentScrolls">
<include android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/agus_expanded_notification" />
</ScrollView>
</FrameLayout>
</LinearLayout>
</com.android.systemui.statusbar.phone.NotificationPanelView>
- Recompile
- Sign
- Push
- Reboot
CREDIT
Om Nirone Na Iwenqq
Om KHOLISH
All Mastah MAAaDR
All #DAT member
Demikian Artikel dengan judul [GUIDE] Swipe Expanded Tab Seperti ViewPager Versi 3
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] Swipe Expanded Tab Seperti ViewPager Versi 3 dengan alamat link https://jogjandroidz.blogspot.com/2014/11/guide-swipe-expanded-tab-seperti_23.html
Lain kali kalau mau share sertakan SS sebelum jadi dan sesudah jadi. (saran)
ReplyDeleteLain kali kalau mau share sertakan SS sebelum jadi dan sesudah jadi. (saran)
ReplyDeleteLain kali kalau mau share sertakan SS sebelum jadi dan sesudah jadi. (saran)
ReplyDelete