-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
252 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 4 additions & 12 deletions
16
android/DartsScorecard/app/src/main/res/drawable/highlight.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,11 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:width="22dp" | ||
android:height="4dp" | ||
android:viewportHeight="45.0" | ||
android:viewportWidth="221.0"> | ||
<path | ||
android:fillColor="#00000000" | ||
android:fillType="evenOdd" | ||
android:pathData="M0,0h221v45h-221z" | ||
android:strokeColor="#00000000" | ||
android:strokeWidth="1" /> | ||
<path | ||
android:fillAlpha="0.1" | ||
android:fillColor="@color/white" | ||
android:fillColor="?attr/highlightColor" | ||
android:fillType="evenOdd" | ||
android:pathData="M221,19.22L221,8C221,3.58 217.42,-0 213,0L8,0L8,0C3.58,0 -0,3.58 0,8L0,8L0,19.15C31.15,17.17 69.08,16 110,16C151.36,16 189.66,17.19 221,19.22Z" | ||
android:strokeColor="#00000000" | ||
android:strokeWidth="1"></path> | ||
android:pathData="M221,19.22L221,8C221,3.58 217.42,-0 213,0L8,0L8,0C3.58,0 -0,3.58 0,8L0,8L0,19.15C31.15,17.17 69.08,16 110,16C151.36,16 189.66,17.19 221,19.22Z" /> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
android/DartsScorecard/app/src/main/res/drawable/ic_submit.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:drawable="@drawable/ic_dart" > | ||
<!--<target--> | ||
<!--android:name="dart3"--> | ||
<!--android:animation="@anim/rotation" />--> | ||
<!--<target--> | ||
<!--android:name="dart2"--> | ||
<!--android:animation="@anim/path_morph" />--> | ||
</animated-vector> |
14 changes: 14 additions & 0 deletions
14
android/DartsScorecard/app/src/main/res/drawable/stat_player.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<shape> | ||
<gradient | ||
android:angle="-90" | ||
android:endColor="?attr/grad_score_name_stop" | ||
android:startColor="?attr/grad_score_name_start" /> | ||
|
||
<stroke android:color="?attr/statBorderColor" android:width="1px"/> | ||
</shape> | ||
</item> | ||
<item android:drawable="@drawable/highlight" /> | ||
</layer-list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.