Skip to content
View ranbims's full-sized avatar
Block or Report

Block or report ranbims

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Wechat_screenshot Wechat_screenshot Public

    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">
    3
    
                  
    4
        <!-- System colors -->
    5
        <item name="android:windowBackground">@color/__debugWindowBackground</item>