Skip to content

JustAndroid/ScoreView

 
 

Repository files navigation

ScoreView

android score view

Usage:

dependencies {
    compile 'com.github.svyatoslavlynda:scoreview:0.0.1'
}

layout:

<com.githab.svyatoslavlynda.scoreview.ScoreView
	android:id="@+id/score_board"
	android:layout_width="match_parent"
	android:layout_height="wrap_content"
	android:layout_gravity="center"/>

Activity:

final ScoreView scoreBoard = (ScoreView) root.findViewById(R.id.score_board);
scoreBoard.startAnimation(scoreAngel < 90 ? scoreAngel - 90 : scoreAngel - 90);

alt tag

About

android score view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%