I am trying to build my own Android ROM. I have synced the Cyanogenmod KitKat repo, and i am wondering what I have to edit to change the SystemUI. Could someone help me out?? I have no idea where to start Tia, Caelin
Asked
Active
Viewed 472 times
1 Answers
1
If you are planning on modifying SystemUI, you can find that package in
frameworks/base/packages/SystemUI/
You'll find much of the, well, UI of the system here. It is essentially just another Android app, albeit a very important one. You can find the layouts and source here to make the modifications you're looking for to SystemUI.

mattgmg1990
- 5,576
- 4
- 21
- 26
-
So is that where I can change stuff like the looks of 'Settings' or the way my notification bar looks?? @mattgmg1990 – caelin Nov 16 '14 at 18:35
-
1The notification bar is in SystemUI. The settings screens will be found in `packages/apps/Settings` – mattgmg1990 Nov 17 '14 at 05:49