[GUIDE]uTFloating SystemUI. Improvement from PineappleOwl's guide

Search This thread

AuliaYF

Senior Member
Jun 7, 2013
236
203
26
Bekasi, Indonesia
icon.png
Hi guys, i'm back with another new mod :D It's an improvement from @PineappleOwl 's guide.
What is it?
It's almost the same, but int this version, it has changeable paddings.

Features:
  • Changeable paddings
  • Live Preview

Screenshots:

How?
  • You must follow PineappleOwl's guide
  • Change this line
    Code:
    <LinearLayout android:background="#00000000" android:layout_height="fill_parent" android:layout_width="fill_parent" android:orientation="vertical" android:paddingLeft="30dip" android:paddingTop="15dip" android:paddingBottom="20dip" android:paddingRight="15dip">
  • To this one
    Code:
    <ucup.tech.layout.PaddingLayout android:background="#00000000" android:layout_height="fill_parent" android:layout_width="fill_parent" android:orientation="vertical">
  • Change this line
    Code:
    </LinearLayout>
    	</LinearLayout>
  • To this one
    Code:
    </LinearLayout>
    	</ucup.tech.layout.PaddingLayout>
  • Extract downloaded file to SystemUI folder

Download zip: here
Download app: here

Credits:
  • PineappleOwl
  • Stackoverflow
 

Myth2014

Senior Member
Apr 14, 2014
116
15
Linyi
hi.sir..I set bottom padding is 300dip..but the uTFloatingSystemUI.apk and SystemUI is dont show..look this pic...
made6yhy.jpg

and i think the padding need maximum...:D

Sent from my IM-A690S using Tapatalk 2
 

rezagill

New member
Jan 27, 2014
3
1
Thanx it work. :)

waiting your another great guide master.
 

Attachments

  • 1407561992406.jpg
    1407561992406.jpg
    49.6 KB · Views: 170

Mranggapo

Senior Member
Mar 31, 2013
965
195
Jakarta
sir @AuliaYF
is this a bug or what, but if you put blank in padding section and it force close and never gonna open and it causing systemui force close all time
sorry for my careless test :D
 

Top Liked Posts