GithubHelp home page GithubHelp logo

Comments (4)

SilentVirus27 avatar SilentVirus27 commented on June 15, 2024 3

Addition to above Solve

Add Following color in your color.xml for getting same output in render without error
//Neumorph render issue
<color name="neumorph_shadowColorLight">#B5FFFFFF</color>
<color name="neumorph_shadowColorDark">#D89A9A9A</color>

Add following line in Theams <style>

<item name="colorShadowDark">@color/neumorph_shadowColorDark</item>
<item name="colorShadowLight">@color/neumorph_shadowColorLight</item>

This will solve render issue

from neumorphism.

saurabhthesuperhero avatar saurabhthesuperhero commented on June 15, 2024 2

Hi man Just found some solution:
Add this in your themes, colors will be differnt ofcourse, the root issue is android is not able to recognise inner classes xmls really disgusting but this should solve your issue and not problem because of this library so I guess okay to close for now (@fornewid ) until new android studio fix is coming.

      <item name="colorShadowDark">@color/black</item>
        <item name="colorShadowLight">@color/white</item>

ps: You can track for studio fixes here : https://developer.android.com/studio/releases/fixed-bugs/studio/2021.3.1

from neumorphism.

saurabhthesuperhero avatar saurabhthesuperhero commented on June 15, 2024

Im facing same issue adding additional details, this occurs on latest android studio like dolphin.

from neumorphism.

saurabhthesuperhero avatar saurabhthesuperhero commented on June 15, 2024

Temporary fix is downgrating to ChipMunk, but for me i cant downgrade, and its basically studios mistake not owner of library

from neumorphism.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.