[GUIDE]SecLauncher [WallpaperScrolling//HomeScreen&Drawer Grid Resize//LandscapeMode] - Galaxy Note II Android Development

[GUIDE]SecLauncher [WallpaperScrolling//HomeScreen&Drawer Grid Resize//LandscapeMode]
Wallpaper Scrolling
Location: Launcher/res/values
File To Be Modified : "Bools.Xml"
Changes :
Code:
<bool name="config_fixedWallpaperOffset">true</bool>
(True Disables Scrolling,False Enables It)
Applications Grid & Drawer
Changing The Applications Grid has 2 Parts,First you must select your grid size from integers,and then you have to edit dimensions in dimens.
Part1:Integers
Location:Launcher/res/values-sw359dp-xhdpi
Files To Be Modiefied "Integers.Xml"
Changes:
Code:
<integer name="home_cellCountX">5</integer>
(home_cellCountX Is The Number Of Cells In The Horizontal Axis(X) Of The Homescreen.)
Code:
<integer name="home_cellCountY">6</integer>
(home_cellCountX Is The Number Of Cells In The Vertical Axis(Y) Of The Homescreen.)
Part2: Dimens
Location:Launcher/res/values-sw359dp-xhdpi
Files To Be Modiefied "Dimens.Xml"
Changes:
Code:
<dimen name="home_cellWidth">90.0dip</dimen>
<dimen name="home_cellHeight">85.0dip</dimen>
<dimen name="home_cellGapX">0.0dip</dimen>
<dimen name="home_cellGapY">0.0dip</dimen>
<dimen name="home_cellGapMax">18.0dip</dimen>
<dimen name="home_pageIndicatorGap">12.0dip</dimen>
<dimen name="home_pageIndicatorTop">520.0dip</dimen>"
(This is the hardest part,getting the grid just right!this needs alot of trial and errors to get it just perfect)
Drawer Grid
Code:
<integer name="menuAppsGrid_cellCountX">4</integer>
(menuAppsGrid_cellCountX Is The Number Of Cells In The Horizontal Axis(X) Of The Drawer.)
Code:
<integer name="menuAppsGrid_cellCountY">5</integer>
(menuAppsGrid_CellCountY Is The Number Of Cells In The Vertical Axis(Y) Of The Drawer.)
Code:
<dimen name="menuAppsGrid_pageMarginPlusPaddingTop">10.0dip</dimen>
<dimen name="menuAppsGrid_cellWidth">70.0dip</dimen>
<dimen name="menuAppsGrid_cellHeight">90.0dip</dimen>
<dimen name="menuAppsGrid_cellGapX">0.0dip</dimen>
<dimen name="menuAppsGrid_cellGapY">0.0dip</dimen>
<dimen name="menuAppsGrid_cellGapMax">18.0dip</dimen>
<dimen name="menu_pageIndicatorGap">12.0dip</dimen>
<dimen name="menu_pageIndicatorTop">550.0dip</dimen>"
Again These Need to be Modified According to your grid size
Landscape Mode
Location : Launcher\res\values
Files To Be Modified : Integers.xml
Part1:Enable Landscape
Code:
<integer name="config_screenOrientation">1</integer>
(1 = Disabled ,2=Enabled )
Part2:Adjust Grid For Landscape Rotation (Very Tricky when using grid sizes like 6x7)
Location : Launcher\res\values-sw359dp-xhdpi
Files To Be Modified : Dimens.Xml
Code:
<dimen name="home_cellWidth_land">100.0dip</dimen>
<dimen name="home_cellHeight_land">80.0dip</dimen>
<dimen name="home_cellGapX_land">24.0dip</dimen>
<dimen name="home_cellGapY_land">1.0dip</dimen>
(Change According to Grid...)
Note This is not a complete Guide,Its just the Locations and Modifications Needed to Enable and Change Certain Features on Lancher With a Few Comments,This is mostly for users with experience on Decompiling and editing...
Credits:Toss3 For Having a Great Guide...

Good and thanks for shareing.

How about the position of the screen indicator and the size of the pages?
Thx
Sent from my GT-N7100 using Tapatalk 2

Stavr0s91i said:
Applications Grid & Drawer
Click to expand...
Click to collapse
I know this may be beating a dead horse, and while this all works, the menuApps grid is off on landscape rotation, so I am wondering what it would take to change the number of rows, only on landscape....

I want my touchwiz homescreen to rotate

This was helpfull thank you

Related

Arc Launcher with 5 row

Hi everyone.
I been try almost all the arc launcher that i can find on XDA forum but can't seems to find one that has 5 rows of icons instead of 4.
Will a dev please make a arc launcher with the following specs?
5 - 7 home pages
5 Rows of icons on home pages
5 column of icons on app draw
transparent app draw - the white one instead of stock dark one.
or if someone can help me point to a tutorial that I can follow and to modify the arc launcher my self.
Thanks allot.
The ones here didn't help:
http://forum.xda-developers.com/showpost.php?p=11814168&postcount=1​
...?
xdadevelopers1222 said:
The ones here didn't help:
http://forum.xda-developers.com/showpost.php?p=11814168&postcount=1​
...?
Click to expand...
Click to collapse
I managed to change the home screen to 5 panels but I can't get the home screen rows right.
I can place 5 rows of widgets on the home screen but instead of all 5 of them staying at the top of the launcher dock 1 of them is half under the dock.
all I did was this: ones in red
in C:\Users\ShuFen Li\Desktop\New folder\projects\ArcHome.apk\res\values\integers
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<integer name="apptay_grid_rows">4</integer>
<integer name="apptray_grid_cols">5</integer>
<integer name="desktop_grid_rows">5</integer>
What doe the ones below means?
<integer name="desktop_grid_cols">4</integer>
<integer name="stage_grid_cols">4</integer>
<integer name="min_pane_switch_duration">1000</integer>
<integer name="pane_margin">15</integer>
<integer name="number_of_desktop_panes">5</integer>
What these below? do they define the speed that the launcher open and close the app draw?
<integer name="scale_up_transition_scale_duration">300</integer>
<integer name="scale_up_transition_translate_duration">240</integer>
<integer name="scale_up_transition_alpha_duration">240</integer>
</resources>
Do i need to change the resolution?
How can I solve this?
Thanks
Yeah that extra row would do alot.
I didnt manage to get all my widgets on my phone as before. Id rather have one panel full of widgets.
Sent from my Arcified X10 CM 6.1.3
will a dev please help withe the arc home screen launcher please?
I managed to change the resolution of the screen but not the placement of the widgets, half of the fifth widgets still gets stuck behind launcher bar on the bottom of the screen
thanks
Thanks!
I want this..
Modding Xperia Arc Launcher
Hello friends., anyone here can post Arc launcher with 5 x 5 desktop screen.. i tried editing the xml files, but i cant install on my Xperia x10 with Wolfbreak rom.. it says " App not installed " i think modders here can help me out in this.. Thanks in advance

[javaDevelopment]Transparent activity background with active desktop

Hi, I am making some application with transparent background (image with alpha channel). All is ok but I would like to have active desktop under activity.
Transparent code xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Transparent" parent="android:Theme">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">true</item>
<item name="android:backgroundDimEnabled">false</item>
</style>
</resources>
How to do that? I want to make full screen image with active desktop and don't know how. If it's bad forum, please delete and do not ban me, this is my first post here.

[APP][2.2+] NEWEST Sony Ericsson Xperia Arc Launcher & Widgets

When I was thinking on what device I should buy, I vacillated between the Sony Ericsson Xperia Active and the Defy+. I liked the UI of the Active, but I decided to buy the Defy. However I determined myself I'll use the Active's Launcher, no matter what.
I know there's a lot of Xperia Arc Launcher out there (same as the Active's), but all is the same version (2.0.A.0.22) and all was modified somehow what I don't need. So, I decided to port the newest Launcher without any major modifications. I grabbed the latest firmware of the Xperia Arc (4.0.2.A.0.62), and torn it to pieces. Disassembled the Launcher and modified it to work on any WVGA (480x854) resolution Android devices. And when I was in there, in the firmware, I extracted some of the widgets too.
The Launcher (Ver: 2.1.A.0.10):
The Launcher is not modified. I only changed some settings to make the corners appears on this resolution and corrected the alignings. So, it has 4x4 appdrawer and 5 pages, like the original. You can modify these settings if you unpack the apk and change some values in some xml files. I'll make a Howto to it soon.
This is only tested on WVGA (480x854) device. If you want to try it out or it's not working on your resolution, I'll glad to help.
There's two way to install it:
With simple installation, by running the apk. After that, you need to copy the 2 other files to \system, otherwise the "Share" option will not work and you'll face with FCs. You'll need root to do that and you need to reboot after copied the files!!!
With the Update.zip from the bootloader.
Widgets:
2 kind of Digital Clock widgets
Media widget
2 kind of Switch widgets
Calendar widget
Favourites and Call Log widget
World Clock widget
Downloads:
Launcher - installer
Launcher - Update.zip - Updated (17.04.2012)
Widgets
Theres' some widgets I could not make to work:
Photos and Videos widget
Music widget
Weather widget
The Theme Selector of the Launcher
I made The Photos and Videos widget installable, but it's not usable, because it has some problems with the Advanced Widget Framework of the Launcher. Someone needs to check it. It's inside the apk of the Launcher (\smali\com\sonyericsson\advancedwidget\framework\).
The Music and the Weather widgets are not installable. I could not figure out the problem. I could not start the Theme Selector of the Launcher either. The needed files are in the compressed file too. If someone has a little bit of free time and the necessary knowledge, it's possible to make it work.
Download:
Non-working widgets
Screenshots:
What you can modify:
The resolution (not the exact one, but alignments and sizes)
Rows and cols of the appdrawer
Rows and cols number of the desktop/home
Open and closed radius of the corners
The align of the icons in the corners
First, dump the SE_Arc_Home.apk with APKTool. Then the following files may contains useful things to you.
res\values\integers.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="folder_max_rows">4</integer> - maximum rows of icons in folders
<integer name="folder_max_cols">4</integer> - maximum cols of icons in folders
<integer name="apptay_grid_rows">3</integer> - rows of the appdrawer (at hdpi resolution, the used value is in values-hdpi\integers.xml)
<integer name="apptray_grid_cols">4</integer> - cols of the appdrawer
<integer name="desktop_grid_rows">4</integer> - rows of the icons on home
<integer name="desktop_grid_cols">4</integer> - cols of the icons on home
<integer name="stage_grid_cols">4</integer>
<integer name="min_pane_switch_duration">1000</integer>
<integer name="desktop_first_pane_switch_wait_duration">0</integer>
<integer name="pane_margin">15</integer>
<integer name="number_of_desktop_panes">5</integer> - pages of home
<integer name="scale_up_transition_scale_duration">300</integer>
<integer name="scale_up_transition_translate_duration">240</integer>
<integer name="scale_up_transition_alpha_duration">240</integer>
<integer name="text_shadow_radius">1</integer>
<integer name="text_shadow_dx">1</integer>
<integer name="text_shadow_dy">1</integer>
</resources>
res\values\dimens.xml (at hdpi res, you'll found some values in values-hdpi\dimens.xml too)
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="folder_arrow_size">17.0dip</dimen>
<dimen name="folder_title_height">50.0dip</dimen>
<dimen name="folder_padding_left">10.0dip</dimen>
<dimen name="folder_padding_top">43.0dip</dimen>
<dimen name="folder_padding_right">10.0dip</dimen>
<dimen name="folder_padding_bottom">11.0dip</dimen>
<dimen name="icon_image_width">48.0dip</dimen>
<dimen name="icon_image_height">48.0dip</dimen>
<dimen name="hint_corner_radius">2.0dip</dimen>
<dimen name="icon_padding_top">5.0dip</dimen>
<dimen name="cell_width">80.0dip</dimen> - width of the icons on home (80x4=320, at 5 icons 320/5=64)
<dimen name="cell_height">100.0dip</dimen> - height of the icons on home (100x4=400, at 5 icons 400/5=80)
<dimen name="desktop_height">400.0dip</dimen> - the "usable" height of home
<dimen name="folder_cell_width">74.0dip</dimen> - width of folders
<dimen name="folder_cell_height">80.0dip</dimen> - height of folders
<dimen name="stage_cell_width">64.0dip</dimen>
<dimen name="stage_cell_height">82.0dip</dimen>
<dimen name="stage_breadth">93.0dip</dimen>
<dimen name="apptray_cell_width">75.0dip</dimen> - width of icons in appdrawer (75x4=300, at 5 icons 300/5=60)
<dimen name="apptray_cell_height">110.0dip</dimen> - height of icons in appdrawer (110x4=440, at 5 icons 440/5=88)
<dimen name="apptray_portrait_height">360.0dip</dimen> - height of the appdrawer
<dimen name="desktop_transform_bottom_margin">53.0dip</dimen>
<dimen name="desktop_padding_top">25.0dip</dimen>
<dimen name="desktop_padding_left">0.0dip</dimen>
<dimen name="desktop_nudge_width">5.0dip</dimen>
<dimen name="desktop_right_nudge_padding_right">0.0dip</dimen>
<dimen name="desktop_pane_switch_margin_left">30.0dip</dimen>
<dimen name="desktop_pane_switch_margin_right">30.0dip</dimen>
<dimen name="desktop_focus_padding_right">0.0dip</dimen>
<dimen name="desktop_focus_padding_bottom">0.0dip</dimen>
<dimen name="desktop_pane_switch_nudge_offset">30.0dip</dimen>
<dimen name="folder_scroll_margin">30.0dip</dimen>
<dimen name="apptray_pane_switch_margin_left">30.0dip</dimen>
<dimen name="apptray_pane_switch_margin_right">30.0dip</dimen>
<dimen name="apptray_pane_switch_nudge_offset">30.0dip</dimen>
<dimen name="apptray_right_nudge_padding_right">0.0dip</dimen>
<dimen name="apptray_nudge_width">5.0dip</dimen>
<dimen name="apptray_margin_top">35.0dip</dimen>
<dimen name="apptray_padding_left">8.0dip</dimen>
<dimen name="apptray_padding_top">16.0dip</dimen>
<dimen name="apptray_backplate_offsetx">0.0dip</dimen>
<dimen name="apptray_backplate_width">0.0dip</dimen>
<dimen name="switch_apptray_button_padding_side">3.0dip</dimen>
<dimen name="apptray_controls_padding_side">10.0dip</dimen>
<dimen name="trashcan_padding_side">7.0dip</dimen>
<dimen name="folder_icon_selector_icon_margin_left">12.0dip</dimen>
<dimen name="folder_icon_selector_side">58.0dip</dimen>
<dimen name="badge_text_size">12.0dip</dimen>
<dimen name="network_name_text_size">13.0dip</dimen>
<dimen name="network_name_view_size">18.0dip</dimen>
<dimen name="corner_button_max_icon_size">48.0dip</dimen>
<dimen name="apptray_uninstall_badge_offset">4.0dip</dimen>
<dimen name="app_share_drop_zone_height">25.0dip</dimen>
<dimen name="app_sharing_icn_padding">1.0dip</dimen>
<dimen name="folder_minis_padding_top">5.5dip</dimen>
<dimen name="styles_fbi_buttoncontainer_marginTop">20.0dip</dimen>
<dimen name="styles_fbi_buttoncontainer_marginBottom">20.0dip</dimen>
<dimen name="styles_fbi_button_text_size">14.699982dip</dimen>
<dimen name="semc_text_size_medium">18.0sp</dimen>
<dimen name="semc_text_size_small">14.0sp</dimen>
<dimen name="semc_text_size_button">@dimen/semc_text_size_small</dimen>
</resources>
Now I'll show you how you can modify the corners. These lines can be found in smali\com\sonyericsson\cornerbutton\CornerButton.smali file.
The closed radius of the corners
.line 215
new-instance v2, Lcom/sonyericsson/cornerbutton/CornerButtonArc;
const/16 v3, 0x60
The expanded radius of the corners.
The important part is with red. If you reach "ff" at the first column, you can use the second. So, you can set the second column from 0 to 1, and you can start over with the first one from 0. (I hope it's understandable. )
sput-object v0, Lcom/sonyericsson/cornerbutton/CornerButton;->EXPANDED_RADIUS:[I
return-void
nop
:array_0
.array-data 0x4
0x3ct 0x0t 0x0t 0x0t
0x5at 0x0t 0x0t 0x0t
0xb0t 0x0t 0x0t 0x0t
0xcct 0x0t 0x0t 0x0t
0xfft 0x0t 0x0t 0x0t
.end array-data
.end method
The position of the icons in the corners
.line 216
new-instance v2, Lcom/sonyericsson/cornerbutton/CornerButtonActions;
const/16 v3, 0x19
const/16 v4, 0x2b
If you've done with the settings, repack the apk with APKTool, then sign it with SignAPk. After that, try it out.
I'm looking for newer version for a long time. But i have a ldpi device (qvga). Can you modify to work on ldpi devices please? I'll help to test it
is there any way to get it 480*800 and get some screenshots?
links seem to have been taken down
Link is dead .
work perfectly on lg p990 miui ! tks!
please widget timescape plis! xD
Can you do for mdpi please? Thanks
carvajaljn said:
work perfectly on lg p990 miui ! tks!
please widget timescape plis! xD
Click to expand...
Click to collapse
screenshots plz
alankstiyo said:
screenshots plz
Click to expand...
Click to collapse
Code:
app_vercode:1
device_model:p990
build_version:2.2.10
condition:1
processName:com.sonyericsson.timescape.ui
pid:5652
uid:10136
tag:null
shortMsg:java.lang.RuntimeException
longMsg:java.lang.RuntimeException: Could not get uniform location for uTime
stackTrace:java.lang.RuntimeException: Could not get uniform location for uTime
at com.sonyericsson.ui3d.core.shader.ShaderFactory.setupUniformHandle(ShaderFactory.java:136)
at com.sonyericsson.timescape.splinelist.shader.SplineShaderFactory.createTileShader(SplineShaderFactory.java:44)
at com.sonyericsson.timescape.splinelist.factory.SplineListFactory.createWelcomeTile(SplineListFactory.java:227)
at com.sonyericsson.timescape.ui.welcome.WelcomeTileView$1$1.run(WelcomeTileView.java:127)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1326)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1118)
Enviado desde mi Optimus 2X usando Tapatalk
Enlace del álbum:
https://picasaweb.google.com/104174834255461483725/Xda
----
via android app [Picasa Tool Pro]
timescape found whit adw
alankstiyo said:
is there any way to get it 480*800 and get some screenshots?
Click to expand...
Click to collapse
Feel free to try out and inform me about the problems. I'll try to make the modification FAQ today.
idhbar said:
Link is dead .
Click to expand...
Click to collapse
The links are fine, but the 4shared is overloaded sometimes.
carvajaljn said:
work perfectly on lg p990 miui ! tks!
please widget timescape plis! xD
Click to expand...
Click to collapse
The Timescape is one of the Advanced Widgets too, so first, we need to correct out the AdvWidget Framework in the Launcher.
Modification Howto added...
iam getting application not installed ,, galaxy s MIUI
Non-working for Galaxy Ace, refuses to install sorry.
jakTomas said:
iam getting application not installed ,, galaxy s MIUI
Click to expand...
Click to collapse
TheJoesif said:
Non-working for Galaxy Ace, refuses to install sorry.
Click to expand...
Click to collapse
Can you check the logcat during installation? I want to know what is the problem. Try to copy the 2 additional files to the system and reboot before install.
cant install, i get an error ending with no certificates in adb, any ideea?
EDIT: nvm, idk why i didnt sign it good at first try
That calendar widget looks great. Is there any way to get it to work on another launcher? When I install it on FTL Launcher Pro I can add it to my screen but it shows no appointments.
Jens Christensen said:
That calendar widget looks great. Is there any way to get it to work on another launcher? When I install it on FTL Launcher Pro I can add it to my screen but it shows no appointments.
Click to expand...
Click to collapse
I think it's somehow linked to the Launcher, like the GO Widgets to the Go Launcher.
I have tried the method, compiled successfully.
But after installing/comping to system with correct permission and than restart, laucher not found
What to do now
chiragvagh said:
I have tried the method, compiled successfully.
But after installing/comping to system with correct permission and than restart, laucher not found
What to do now
Click to expand...
Click to collapse
Screw this launcher and go for new xperia z one
Sent from my HTC Desire X using xda premium

Galaxy Fit modding.The dockbar

Hello,
I'm on stock 2.3.6 rooted. I started manually editing/modifying my galaxy fit. Now I want to edit the dockbar of stock 2.3.6. I really hate that semi-transparency of the dockbar of the main screen. So far I managed to edit the dockbar of the app drawer, but can't find the .png of the MAIN SCREEN DOCKBAR BACKGROUND. Also, I can't figure out(if i find it) how to make it 100% transparent.
Can someone help me out with this??Which .png(from Touchwiz30Launcher.apk/res/drawable-Idpi) is it?
Edit: Ok,so I found it, but i can't make it full transparent.If i edit the .png, I can only give it a full color
If i try to edit the coresponding XML file, I don't know what to put in there.
"TouchWiz30Launcher.apk\res\drawable\homescreen_menu_mainmenu_icon_bg.xml" : <?xml version="1.0" encoding="utf-8" ?>
- <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/menu_background_transparent" />
</layer-list>
Lawr3nce said:
Hello,
I'm on stock 2.3.6 rooted. I started manually editing/modifying my galaxy fit. Now I want to edit the dockbar of stock 2.3.6. I really hate that semi-transparency of the dockbar of the main screen. So far I managed to edit the dockbar of the app drawer, but can't find the .png of the MAIN SCREEN DOCKBAR BACKGROUND. Also, I can't figure out(if i find it) how to make it 100% transparent.
Can someone help me out with this??Which .png(from Touchwiz30Launcher.apk/res/drawable-Idpi) is it?
Edit: Ok,so I found it, but i can't make it full transparent.If i edit the .png, I can only give it a full color
If i try to edit the coresponding XML file, I don't know what to put in there.
"TouchWiz30Launcher.apk\res\drawable\homescreen_menu_mainmenu_icon_bg.xml" : <?xml version="1.0" encoding="utf-8" ?>
- <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/menu_background_transparent" />
</layer-list>
Click to expand...
Click to collapse
just replace @color/menu_background_transparent with @color/transparent
if you don't have a transparent color in your app go to /res/values/colors.xml and add this line:
<color name="transparent">#00000000</color>
ehsan-black said:
just replace @color/menu_background_transparent with @color/transparent
if you don't have a transparent color in your app go to /res/values/colors.xml and add this line:
<color name="transparent">#00000000</color>
Click to expand...
Click to collapse
Thanks a lot. I already made it transparent. I just went on a online photoeditor site and edited the image KEEPING its transparency, made full transparent and voilla!
The thing is that the windows editor wouldn't keep transparency of the png's(or I don't know how to do it).
Lawr3nce said:
Thanks a lot. I already made it transparent. I just went on a online photoeditor site and edited the image KEEPING its transparency, made full transparent and voilla!
The thing is that the windows editor wouldn't keep transparency of the png's(or I don't know how to do it).
Click to expand...
Click to collapse
change color mode to RGB and save it again.

anyway to hide app lebels in poco launcher?

Is there any way to hide app lebels (not apps) of homescreen and app drawer in poco launcher?? It's looking Messy with levels
What do you mean levels
Aashish Bakshi said:
What do you mean levels
Click to expand...
Click to collapse
The app name below the app icons. In 3rd party launcher there is a option for hide the names and that look clean
Subhransu90 said:
The app name below the app icons. In 3rd party launcher there is a option for hide the names and that look clean
Click to expand...
Click to collapse
Oh you meant label
No in poco launcher there's no way to hide labels
Only way is to change to a custom launcher like nova launcher which I generally use since it gives tons of customisations
I created an overlay apk that sets to transparent the icons' label on the homescreen, following this https://code.tutsplus.com/tutorials...runtime-resource-overlay-framework--cms-29708
In pratice it replaces the following lines in /res/values/styles.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="WorkspaceIconTitle">
<item name="android:textSize">1sp</item>
<item name="android:textColor">#00000000</item>
<item name="android:shadowColor">#00000000</item>
</style>
<style name="WorkspaceIconTitle.dark">
<item name="android:textColor">#00000000</item>
<item name="android:shadowColor">#00000000</item>
</style>
</resources>
You must place the attached .apk in /system/vendor/overlay that is read-only if you are not root.
Reboot and it should do its job.
Tested and working on a Xiaomi Mi 9 running Poco Launcher v. 2.7.4.38 on Android 10
I rewrote the apk because number in badges were not showing
Now it only overlays the text size property with 1 dp size, that is so small you should not even see the label (if you watch closely and have a contrasting background you could see a small line)

Categories

Resources