Git Product home page Git Product logo

Comments (10)

vickyKDV avatar vickyKDV commented on August 15, 2024 2

vickyKDV how you fixed it?

yes fixed it,
Im used implementation 'com.scwang.wave:MultiWaveHeader:1.0.0-alpha-1' but
implementation 'com.scwang.wave:MultiWaveHeader:1.0.0-alpha-3'
and
implementation 'com.scwang.wave:MultiWaveHeader:1.0.0-andx-3'
not working !!

and used

<com.scwang.wave.MultiWaveHeader
android:id="@+id/waveHeader"
android:layout_width="match_parent"
android:layout_height="200dp"
android:scaleY="-1"
app:mwhVelocity="1"
app:mwhProgress="1"
app:mwhRunning="true" << REMOVE
app:mwhGradientAngle="45"
app:mwhWaveHeight="50dp"
app:mwhColorAlpha="0.45"
app:mwhStartColor="@color/colorPrimaryDark"
app:mwhCloseColor="@color/primaryColor"
app:mwhWaves="MultiWave"/>

it's working for me... :)

from multiwaveheader.

BharathKSunil avatar BharathKSunil commented on August 15, 2024 1

I have updated a few things and made a release:

implementation 'com.github.BharathKSunil:MultiWaveHeader:v1.0.0-alpha-4'

UPDATES:

  • Moved it to kotlin.
  • Small Improvements: #19
  • Also replace app:mwhRunning="true" to app:mwhIsRunning="true"

Created an issue #20 to make a release and update readme for the author

from multiwaveheader.

MycroftWong avatar MycroftWong commented on August 15, 2024

同样的问题,我把源码弄下来了 @scwang90

from multiwaveheader.

kilo-swodh avatar kilo-swodh commented on August 15, 2024

same to me

from multiwaveheader.

vickyKDV avatar vickyKDV commented on August 15, 2024

same to me, please fix it

from multiwaveheader.

vickyKDV avatar vickyKDV commented on August 15, 2024

fixed

from multiwaveheader.

sabbir073 avatar sabbir073 commented on August 15, 2024

vickyKDV how you fixed it?

from multiwaveheader.

SaiferGit avatar SaiferGit commented on August 15, 2024

For me -3 wasn't working.
Instead of I used: implementation 'com.scwang.wave:MultiWaveHeader:1.0.0-alpha-1'

XML Code for mine:
<com.scwang.wave.MultiWaveHeader android:id="@+id/waveHeader" android:layout_width="match_parent" android:layout_height="450dp" app:mwhStartColor="@color/Your_Start_Color" app:mwhCloseColor="@color/Yor_End_Color" app:mwhWaves="MultiWave"/>
Java Code for mine:
Multiheader waveHeader = findViewById(R.id.waveHeader); waveHeader.setColorAlpha(.5f); waveHeader.setVelocity(5f); waveHeader.setProgress(1f); waveHeader.isRunning(); waveHeader.setGradientAngle(45); waveHeader.setWaveHeight(50);

from multiwaveheader.

scwang90 avatar scwang90 commented on August 15, 2024

1.0.0
1.0.0-andx
正式版已经发布

from multiwaveheader.

Stephan-Robert avatar Stephan-Robert commented on August 15, 2024

Class reference not found. I copied @BharathKSunil 's implementation. And any other implementation, like alpha -1, -4, andx, all of the above. Nothing seems to work. Are there any settings you have to set in Android Studio that I don't know of?

error:
Class referenced in the layout file, com.scwang.wave.MultiWaveHeader, was not found in the project or the libraries
Cannot resolve class com.scwang.wave.MultiWaveHeader

from multiwaveheader.

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.