Quote:
Originally Posted by privatetrousers
Just tried this earlier - thanks for the port!
Any idea how to make the area below the home screens smaller? There seems to be LOADS of space between the screen indicator and the app tray... Unless it's just on my phone?
Sent from my HTC One X using xda app-developers app
|
like this you mean?
get the latest version of Virtuous Ten studio
decompile the apk
navigate to res/values-sw359dp-xhdpi
find and double click dimens.xml
edit this line
<dimen name="home_pageIndicatorTop">480.0dip</dimen>
to
<dimen name="home_pageIndicatorTop">530.0dip</dimen>
save , build apk
push the edited apk to your phone through adb
:\ADB>adb remount
remount succeeded
:\ADB>adb push TouchWizUX.apk /system/app/TouchWizUX.apk
1657 KB/s (2117022 bytes in 1.247s)
:\ADB>adb reboot
|