Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Readme example not showing #70

Open
Coehill opened this issue Mar 8, 2018 · 1 comment
Open

Using Readme example not showing #70

Coehill opened this issue Mar 8, 2018 · 1 comment

Comments

@Coehill
Copy link

Coehill commented Mar 8, 2018

I have followed the readme exactly to make the additions to my build.gradle files, synced and made the a layout with the additions:
xmlns:seekarc="http://schemas.android.com/apk/res-auto"

and

<com.triggertrap.seekarc.SeekArc
        android:id="@+id/seekArc"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:padding="30dp"
        seekarc:rotation="180"
        seekarc:startAngle="30"
        seekarc:sweepAngle="300"
        seekarc:touchInside="true" />

Which are nested in a cardview however absolutely nothing shows up. I have tried going through the readme completely several times now and can't figure out why.

@mreram
Copy link

mreram commented May 16, 2018

I've upgraded , you can see this repository
https://github.com/mreram/SeekArc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants