Tuesday, 26 September 2017

Guide Simple 6 tab ViewFlipper in SystemUI

Guide Simple 6 tab ViewFlipper in SystemUI

Assalamualaikum.Wr.Wb....

ABOUT ZENFONE - Guide Simple 6 tab ViewFlipper in SystemUI, Hi buddy ? Amtnewbe will give tutorila Guide Simple 6 tab ViewFlipper in SystemUI This guide add new tab in expanded biasaya there are only certain panels just now you can add new tab and add as you wish buddy like fill it with profile buddy, about phone and app that aim To facilitate the search can also be as beautiful as the display so as not to get bored. Well for guidenya buddy can look down:


Requirement: Understand DC & RC
Level: Medium

material
[DOWNLOAD]

[Budayakan Backup]
--- Decompile SystemUI.apk
--- extract and move the tutor files that have been downloaded to the folder SystemUI_src in the intent.
--- open status_bar_expanded.xml or gemini_status_bar_expanded.xml or zzz_status_bar_expanded.xml or tw_status_bar_expanded.xml.
--- then paste the following script :::
   

<rahman.ramsi.systemui.LayoutVF android_id="@+id/vf_layout" android_layout_width="fill_parent" android_layout_height="fill_parent" android_layout_above="@+id/tombolvf">
<LinearLayout android_orientation="vertical" android_background="#00ffffff" android_layout_width="fill_parent" android_layout_height="fill_parent">
<!-- Isi parent layout punya kalian-->
</LinearLayout>
<LinearLayout android_orientation="vertical" android_background="#00ffff00" android_layout_width="fill_parent" android_layout_height="fill_parent">
<TextView android_textSize="70.0sp" android_textColor="#ff003ae1" android_gravity="center_horizontal" android_layout_width="fill_parent" android_layout_height="wrap_content" android_text="Dua" />
</LinearLayout>
<LinearLayout android_orientation="vertical" android_background="#0000ffff" android_layout_width="fill_parent" android_layout_height="fill_parent">
<TextView android_textSize="70.0sp" android_textColor="#ff04ebf3" android_gravity="center_horizontal" android_id="@id/TextView02" android_layout_width="fill_parent" android_layout_height="wrap_content" android_text="Tiga" />
</LinearLayout>
<LinearLayout android_orientation="vertical" android_background="#00ffffff" android_layout_width="fill_parent" android_layout_height="fill_parent">
<TextView android_textSize="70.0sp" android_textColor="#fff76b00" android_gravity="center_horizontal" android_layout_width="fill_parent" android_layout_height="wrap_content" android_text="Empat" />
</LinearLayout>
<LinearLayout android_orientation="vertical" android_background="#00ffff00" android_layout_width="fill_parent" android_layout_height="fill_parent">
<TextView android_textSize="70.0sp" android_textColor="#ff5cf700" android_gravity="center_horizontal" android_layout_width="fill_parent" android_layout_height="wrap_content" android_text="Lima" />
</LinearLayout>
<LinearLayout android_orientation="vertical" android_background="#0000ffff" android_layout_width="fill_parent" android_layout_height="fill_parent">
<TextView android_textSize="70.0sp" android_textColor="#ff000000" android_gravity="center_horizontal" android_layout_width="fill_parent" android_layout_height="wrap_content" android_text="Enam" />
</LinearLayout>
</rahman.ramsi.systemui.LayoutVF> 
<rahman.ramsi.systemui.TombolVF android_orientation="horizontal" android_id="@+id/tombolvf" android_layout_width="fill_parent" android_layout_height="40.0dip" android_weightSum="6.0" android_layout_alignParentBottom="true" />

- pasteya customize pengen in taro where

- open res / values / colors.xml then copy:

<color name="vf_btn">#00000000</color>
<color name="vf_btn_selected">#c00099bc</color>
<color name="vf_text">#ffffffff</color>
<color name="vf_divider">#ffffffff</color>

And paste the above:
</resources>


<string name="vf1">Notif</string>
<string name="vf2">Page 2</string>
<string name="vf3">Page 3</string>
<string name="vf4">Page 4</string>
<string name="vf5">Page 5</string>
<string name="vf6">Page 6</string>

And paste the above:
</resources>

Most tabs? Is there a tab you have? Just change android aja: weightSum = "6.0" jdi brp yg ente mau, max 6 tab yg yg applicable

- no need to compare public id kk :)
- Save
- Recompile SystemUI_src
- Sign, Push, Reboot, and enjoy

Credit: b16h22 (base source)
 
Guide By: Rahman Ramsi
- Bang Banger
 
A few guides that can amatnewe share. Hopefully my friend all understand if still confused my friend contact mastah rahman ramsi as the guide maker. Continue to visit this newbe blog to get another guide. thank you for visiting.

Wassalamualaikum wr wb.

download file now