ranbims - Overview

View ranbims's full-sized avatar

ranbi ranbims

  • Microsoft

Block or report ranbims

Pinned Loading

  1. Screenshot with WeChat style

    Python

  2. With the new theming in AppCompat, a... With the new theming in AppCompat, a lot of assets are tinted automatically for you via theme attributes. That has often led me to wonder "where the hell did this color come from?" You can replace your normal theme with this debug theme to help figure out the source of that color.

    1

    <!-- You can change the parent around to whatever you normally use -->

    2

    <style name="DebugColors" parent="Theme.AppCompat">

    5

        <item name="android:windowBackground">@color/__debugWindowBackground</item>