Hi, so I have been trying this for a really long time but haven’t been able to lower case the font of view pager tabs.
Does any community member know how to fix this? Or is this a bug in kodular that needs to be fixed? I have seen similar posts in community but none of them have been addressed. A
Kindly don’t mark this as a duplicate post, and if you do, kindly provide a solution before doing so.
Boban
(Boban Stojmenovic)
April 20, 2021, 6:45pm
#2
It’s doable but not with Kodular it self, you will need to decompile your apk, change one value then recompile back to apk…
1 Like
Boban:
change one value
Which value has to be changed and where exactly ?
1 Like
Boban
(Boban Stojmenovic)
April 20, 2021, 7:13pm
#5
I’m giving you an assignment to find the line (where exactly it has to be changed), as it took me 5min.
a quick search on Google what to look for
building a project
decompiling
changing the value
recompiling
testing if it works
2 Likes
I have already spent a lot of time in figuring out a solution.
Kindly tell us how you did it
Which software did you use to decompile apk?
What are the steps you followed?
*Kodular must fix this bug.
Boban
(Boban Stojmenovic)
April 21, 2021, 2:15pm
#7
This is not a bug so do not blame Kodular for this, it’s a default theme behavior…
Search for decompiling apk either here in community or google or youtube
Second search on google, tabs all caps
P.S. I’m at work so I can’t show you any way.
2 Likes
Hi
I downloaded qwerty cube apk decompiler.
Decompiled it.
Now which file shall I edit? I didnt find anything In android manifest file.
Kindly guide if you know the solution.
You support is appreciated.
hi Boban,
We are unable to locate the code, kindly guide us how we can set tab all caps to false?
I opened styles.xml file in values folder and set text all caps to false in line 223. It did not work!
Look for in resources -> values -> styles.xml
<style name="TextAppearance.Design.Tab" parent="@style/TextAppearance.AppCompat.Button">
Change <item name="textAllCaps">true</item>
to <item name="textAllCaps">false</item>
1 Like
Boban
(Boban Stojmenovic)
May 2, 2021, 8:29am
#13
2 Likes
Thank you all for the support.
1 Like
system
(system)
Closed
June 1, 2021, 9:25am
#15
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.