[GUIDE] Swipe Expanded Tab Seperti ViewPager Versi 2

[GUIDE] Swipe Expanded Tab Seperti ViewPager Versi 2 - Hallo sobat Jogja Android Blog, Pada Artikel yang sobat baca kali ini dengan judul [GUIDE] Swipe Expanded Tab Seperti ViewPager Versi 2, 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 2 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 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>
</resources>


- Buka res/layout gemini_status_bar_expandad.xml atau status_bar_expanded.xml


  cari line ini :

        <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>

- Lalu tambahkan line ini tepat di bawah nya

        <com.spacecaker.swipelock.ui.SwipeView android:id="@+id/expanded_switch" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="854.0dip">

- Dan tambahkan line ini:

            </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/expanded_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/expanded_3" />

        </FrameLayout>

        </com.spacecaker.swipelock.ui.SwipeView>

- Tepat dibawah line ini

            <ScrollView android:id="@id/scroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="wrap_content" android:overScrollMode="ifContentScrolls">
                <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>

- Nanti akan jadi seperti ini

<?xml version="1.0" encoding="utf-8"?>
<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>
        <com.spacecaker.swipelock.ui.SwipeView android:id="@+id/expanded_switch" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="854.0dip">
            <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">
                    <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>
            </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/expanded_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/expanded_3" />

        </FrameLayout>

        </com.spacecaker.swipelock.ui.SwipeView>
    </LinearLayout>
</com.android.systemui.statusbar.phone.NotificationPanelView>


- Hapus 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" />


- Ganti dengan line ini

       <include android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/agus_expanded_notification" />

- Dan Hapus juga line ini

       <include android:layout_width="fill_parent" android:layout_height="@dimen/notification_panel_header_height" layout="@layout/status_bar_expanded_header" />

- Save

- 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 2

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 2 dengan alamat link https://jogjandroidz.blogspot.com/2014/11/guide-swipe-expanded-tab-seperti.html

0 Response to "[GUIDE] Swipe Expanded Tab Seperti ViewPager Versi 2"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Artikel Terkait