Multi Flipper

2
MultiPanelFlipper 3 layout ui by praz tyo syarat bahan : 1.ngerti compil2an 2.teliti 3.berdoa 4.kaca pecah credit : dev haiyan rom galaxy young @xda langkah: 1.buka statusbar expandel dual sim.xml(xml sesuai ui masing2 dimana mau letakkin ) 2.tentuin yang akan dijadikan headernya...contoh jika ui agan ada jellyheader ma sukin aja ini ke dlm jellyheader agan2.. <LinearLayout android:orientation="horizontal" android:background="@draw able/quickpanel_title_background" android:layout_width="fill_parent" android:lay out_height="wrap_content" android:baselineAligned="false"> <com.android.systemui.statusbar.StatusBarJellyHeaderView android :layout_width="wrap_content" android:layout_height="wrap_content" /> </LinearLayout> masukin ini kdlmnya.. code : <com.b16h22.statusbar.MultiPanelButtons android:gravity="center" android:layout_ gravity="right" android:orientation="horizontal" android:background="@drawable/m iyo_tunyuk" android:layout_width="fill_parent" android:layout_height="26.0dip" a ndroid:layout_marginLeft="92.0dip" android:layout_marginTop="144.0dip" android:l ayout_marginRight="0.0px" android:layout_alignParentRight="true" android:layout_ alignParentBottom="true" /> jd gini <LinearLayout android:orientation="horizontal" android:background="@draw able/quickpanel_title_background" android:layout_width="fill_parent" android:lay out_height="wrap_content" android:baselineAligned="false"> <com.android.systemui.statusbar.StatusBarJellyHeaderView android :layout_width="wrap_content" android:layout_height="wrap_content" /> <com.b16h22.statusbar.MultiPanelButtons android:gravity="center" android :layout_gravity="right" android:orientation="horizontal" android:background="@dr awable/miyo_tunyuk" android:layout_width="fill_parent" android:layout_height="26 .0dip" android:layout_marginLeft="92.0dip" android:layout_marginTop="144.0dip" a ndroid:layout_marginRight="0.0px" android:layout_alignParentRight="true" android :layout_alignParentBottom="true" /> </LinearLayout> 3.kemudian tambahkan ini dibawahnya tadi code : <com.b16h22.statusbar.MultiPanelFlipper android:id="@id/miyoflip per" android:layout_width="fill_parent" android:layout_height="wrap_content"> <LinearLayout android:orientation="vertical" android:background="#00 000000" android:layout_width="fill_parent" android:layout_height="fill_parent"> <TextView android:textSize="16.0sp" android:textColor="#ffd218cd " android:gravity="center" android:background="#00000000" android:layout_width=" fill_parent" android:layout_height="24.0dip" android:text="layout pertama" /> </LinearLayout> <RelativeLayout android:orientation="vertical" android:layout_width= "fill_parent" android:layout_height="fill_parent"> <TextView android:textSize="16.0sp" android:textColor="#ffd218cd " android:gravity="center" android:background="#00000000" android:layout_width=" fill_parent" android:layout_height="24.0dip" android:text="layout kedua" /> </RelativeLayout> <LinearLayout android:orientation="vertical" android:background="#00

Transcript of Multi Flipper

Page 1: Multi Flipper

MultiPanelFlipper 3 layout ui by praz tyo

syarat bahan :1.ngerti compil2an2.teliti3.berdoa4.kaca pecah

credit : dev haiyan rom galaxy young @xda

langkah:1.buka statusbar expandel dual sim.xml(xml sesuai ui masing2 dimana mau letakkin)2.tentuin yang akan dijadikan headernya...contoh jika ui agan ada jellyheader masukin aja ini ke dlm jellyheader agan2..

<LinearLayout android:orientation="horizontal" android:background="@drawable/quickpanel_title_background" android:layout_width="fill_parent" android:layout_height="wrap_content" android:baselineAligned="false">

<com.android.systemui.statusbar.StatusBarJellyHeaderView android:layout_width="wrap_content" android:layout_height="wrap_content" />

</LinearLayout> masukin ini kdlmnya.. code : <com.b16h22.statusbar.MultiPanelButtons android:gravity="center" android:layout_gravity="right" android:orientation="horizontal" android:background="@drawable/miyo_tunyuk" android:layout_width="fill_parent" android:layout_height="26.0dip" android:layout_marginLeft="92.0dip" android:layout_marginTop="144.0dip" android:layout_marginRight="0.0px" android:layout_alignParentRight="true" android:layout_alignParentBottom="true" />

jd gini <LinearLayout android:orientation="horizontal" android:background="@draw

able/quickpanel_title_background" android:layout_width="fill_parent" android:layout_height="wrap_content" android:baselineAligned="false">

<com.android.systemui.statusbar.StatusBarJellyHeaderView android:layout_width="wrap_content" android:layout_height="wrap_content" /> <com.b16h22.statusbar.MultiPanelButtons android:gravity="center" android:layout_gravity="right" android:orientation="horizontal" android:background="@drawable/miyo_tunyuk" android:layout_width="fill_parent" android:layout_height="26.0dip" android:layout_marginLeft="92.0dip" android:layout_marginTop="144.0dip" android:layout_marginRight="0.0px" android:layout_alignParentRight="true" android:layout_alignParentBottom="true" /> </LinearLayout>3.kemudian tambahkan ini dibawahnya tadicode :

<com.b16h22.statusbar.MultiPanelFlipper android:id="@id/miyoflipper" android:layout_width="fill_parent" android:layout_height="wrap_content"> <LinearLayout android:orientation="vertical" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="fill_parent"> <TextView android:textSize="16.0sp" android:textColor="#ffd218cd" android:gravity="center" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="24.0dip" android:text="layout pertama" /> </LinearLayout> <RelativeLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <TextView android:textSize="16.0sp" android:textColor="#ffd218cd" android:gravity="center" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="24.0dip" android:text="layout kedua" /> </RelativeLayout> <LinearLayout android:orientation="vertical" android:background="#00

Page 2: Multi Flipper

000000" android:layout_width="fill_parent" android:layout_height="fill_parent"> <TextView android:textSize="16.0sp" android:textColor="#ffd218cd" android:gravity="center" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="24.0dip" android:text="layout ketiga" /> </LinearLayout> </com.b16h22.statusbar.MultiPanelFlipper>

4.extrak semua bahan ketempatnya masing2...5.buka ids.xml tambahkan ini sblm </resources> yg palin bawah ya..6.compile dan recompile lagi ui yg barusan di compile..7.buka dr multipanelbutton.smali dan MultiPanelFlipper.smali dan public.xml8.ayo kita cocokan dengan public id nya..9.buka public.xml cari miyoflipper inget2 id nya,10.buka MultiPanelFlipper.smali cari 0x7f09004c ganti dengan id miyoflipper di public td.save..11.cari lagi di public miyo_tunyuk inget2 id nya..12.buka multipanelbutton.smali cari 0x7f020173 nanti ketemu 3 ganti semuanya dengan id miyo tunyuk td..save13.compile...14.klo eror ek ulang..klo ga ada eror tp di pasang fc coba cek samlinya...15.tetep ga jadi ambil bahan no.4..