Do you use custom themes?

  • Yes, I know how and I use them

    Votes: 1,765 39.9%
  • No, I know how but I choose not to use them

    Votes: 301 6.8%
  • I dont know how to change themes

    Votes: 2,363 53.4%

  • Total voters
    4,429
Search This thread

PussiSlayer3000

New member
Aug 16, 2021
2
0
Is there any guide and/or reference for the MIUI Theme variables? I.E. something that either provides illustrations showing what element each variable refers to or lists the variables along with the purpose of each variable. To be specific, I am looking for a reference for MIUI 10.2
 
Last edited:

ineedtrip

New member
Jan 15, 2022
2
0
Hi I’m for the first time here. I found this board and I find It truly helpful & it helped me out much.

I am hoping to give something back and aid others such as you helped me.
 

bouwer_

New member
Aug 23, 2021
3
1
Anyone know what theme is it?
 

Attachments

  • Screenshot_2022-03-27-11-48-32-244_com.vanced.android.youtube.jpg
    Screenshot_2022-03-27-11-48-32-244_com.vanced.android.youtube.jpg
    295.2 KB · Views: 62
  • Like
Reactions: Braain

Aintor

New member
Apr 18, 2022
2
0
Does someone knows how to change the webview default font, so that the web page's' font will sync with my custom font in Android?
 

GodOfGod

New member
Apr 24, 2022
1
0
Hello to all users ,I'm a new member, so I'm sorry if I did not post the topic correctly,I'm looking for this widget, thank you for helping me if anyone knows its name
Untitled.png
 

yoshibros11

Member
Apr 21, 2022
14
1
I am trying to apply a custom theme from an APK file on a Samsung Galaxy S8 and the theme isn't showing in the theme store no matter what I do. I've tried everything I've seen online. I can't root because I have a snapdragon model. Is there a way to fix the themes not showing up? The weird thing is that some themes do show up but the one I want to use doesn't. I'm on Android 9, One UI 1.
 

Bkeinn_ll

Member
Jul 15, 2022
10
2
Vienna
Sony Xperia 1
I was wandering around in the android theming world and I wondered, why aren't there any recent tutorials and Articles about RRO. I was trying to build one of these my selfe and the only tutorials I found where from 5-4 years ago and looking at the Android documentation, a lot has changed since then.
 

Regalo de Dios

New member
Sep 21, 2022
1
0
Hi guys… I really need help with this thing…. I just got my TS7 today and hooked it up myself. For some reason I can’t get Wi-Fi to work right… No signals show while searching for them. The harness that came with the unit did NOT fit, even though I was lied to and was said that this screen was MADE for my car (Chevy Malibu LT 2.4L) NOT!!! I got everything else working PERFECTLY… But I don’t know how to hard wire the rest of this box that came with the radio being that the harness was wrong… can someone please tell me what I’m doing? I think this must be the part that catches the Wi-Fi? How to hard wire these without harness???
4 wires from unit itself
But I guess 2 wires from the car harness
Hooks to 1 equaling 5 from car side? HELP!!!!!!!!
The big harness you see is the part that is supposed to hook directly to my factory harness but is wrong. I already hardwired the rest with an aftermarket kit by crux
7965499F-DAB8-4D9E-A63D-41D8CA5BC3C8.jpeg
A615A7F0-435E-4448-8322-ED3AF2155865.jpeg
30D0DCE6-3EF5-492A-ABDE-3790C70960E6.jpeg
178962C8-E93F-4187-B72A-DDB7F69321A4.jpeg
 

Attachments

  • 28231AB9-CD46-4EEF-AE06-71E6B363C071.jpeg
    28231AB9-CD46-4EEF-AE06-71E6B363C071.jpeg
    1 MB · Views: 27

Linusrg1

Senior Member
Dec 19, 2017
78
14
Samsung Galaxy S9
The font selector within the settings of One UI does not seem to be able to apply your font of choice to gapps, and neither can the font manager magisk module. Some apps like YouTube and the Google app are using my font, but that is basically it. Maps, Google Photos and Gboard for example, don't.

Note: I unapplied the custom font I applied in samsung settings before trying out the font manager module.
 

clem89

New member
Oct 2, 2022
1
0
Hello, I'm new here
I don't know if this is the correct forum to ask but does anyone knows the name of that theme? Or the name of the icon pack? I needed for my new phone but I can't find it anywhere 😞
 

Attachments

  • IMG-44346758b741c6bbb0e6f1de7f294371-V.jpg
    IMG-44346758b741c6bbb0e6f1de7f294371-V.jpg
    214.4 KB · Views: 30
  • IMG-719c823bad9ec89ab67557220350ce92-V.jpg
    IMG-719c823bad9ec89ab67557220350ce92-V.jpg
    120 KB · Views: 33

Top Liked Posts

  • There are no posts matching your filters.
  • 16
    Hello, I am a little new here. I am kind of a newb with a lot of things. I did root my device and replaced the boot images.. but i do not know how to make themes. I was wondering if anyone would be willing to help by making a theme for me?

    I added some images as to what i am looking to have done, that is of course anyone is willing to help. it is fairly simple i am looking to get the color scheme and kids icons if possible... maybe have a little fun with the clock or not if its too much work.

    If anyone could help me out I would appreciate it... i am a graphic designer more than a programmer.. a lot of this is confusing to me.

    I really like this site and hopefully i can be of some help at some point. This is my first post but i plan on posting a lot more.
    16
    I would like to change the text color of the popup panel or menu to white.

    paneltext.jpg


    I have a nexus one, using CM6, and decompiled my framework-res.apk. I found in the Value folder that the styles.xml has the following that is relevant to changing the panel text color. The code:

    <item name="panelBackground">@drawable/menu_background</item>
    <item name="panelFullBackground">@drawable/menu_background_fill_parent_width</item>
    <item name="panelColorForeground">?textColorPrimaryInverse</item>
    <item name="panelColorBackground">#ffffffff</item>
    <item name="panelTextAppearance">?textAppearanceInverse</item>

    I did several things but the text is still black.

    1)I removed "Inverse",
    2)changed the "panelColorBackground" to #ff000000 and, left "panelColorForeground" "panelTextAppearance" alone.
    3)removed "Inverse"

    Nothing helps. Do you have any idea?

    After I changed the styles.xml, I recompiled, copied original AndroidManifest.xml and META-INF folder to the modded framework-res.apk, then pushed. Is any of the following incorrect?

    please help

    In the styles.xml change:

    <style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
    <item name="textColor">?textColorPrimaryInverse</item>

    to

    <style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
    <item name="textColor">@color/bright_foreground_dark</item>
    6
    Nice concept...but I`m not sure if you have looked at this topic http://xdaforums.com/showthread.php?t=467639 It describe how to make a theme and stuff, good starting point anyways. Hope it helps!
    6
    @brandenk

    why do we need to zip the files in linux? By the way thanks for the theming for dummies guide. ;)

    I don't know why, something about how linux packages zip files opposed to windows, and yes once I figure it out and find all the problems people can have I am going to make up a nice walkthrough on making themes. But I wouldn't be surprised if there were already some theme manager apps in the works to make this whole process easier.
    6
    Im teaching myself how to make themes as well. I have found it best to read through that walkthrough a million times and then PM a couple of the dev guys to answer specific questions.

    Basically this is the process:

    - Take a theme that you like for RC30 or ADP1 or whatever you wanna make it in

    - Extract 2 folders inside, app, and framework into a new folder on your computer

    - Rename add a .zip to the end of the apk files and extract them all so you have a bunch of folders with your app names

    - Go into res and find any folder that says drawable and inside of there are the files to edit for your theme. Make sure not to edit the .9.png files.

    - Once all your editing is done get into linux and turn all the folders back into zip files, then turn them back into apk files.

    - Then take your app folder and framework folder that contain the new files and in linux create it into one zip file.

    - Then you send the file back to windows, get the SignAPK files, put your zip in the folder with the SignAPK files and run some commands in the CMD to resign the file.

    - Then rename that file update.zip and put it on the SDcard and give it a whirl.



    This is how I understand the process after talking to a couple people for the last few days. I am hoping to release my own theme soon and if it works you will know that these steps are right. LOL And dont follow those directions, they are just to give you an idea of the steps involved.