OneUI 6.1 resource ID viewer

Working

Unsure

Not working

Important info for decompiling

Samsung-specific resource names

When Samsung made OneUI, it was simply cloned from AOSP and extended with OneUI-specific resources. Traces of this resource extension can be found with some prefixes like "sec" (Samsung Extended Component) and "samsung". You should normally prefer these names when editing, because they're likely the ones being used. An example is the "Wi-Fi" string in the Quick Settings menu: you can find both string/quick_settings_sec_wifi_label and string/quick_settings_wifi_label. You can easily guess which one is actually being used.