feat(socials): ratings and progress
This commit is contained in:
parent
e49f0dbf32
commit
3666758e6e
12 changed files with 137 additions and 33 deletions
4
app/src/main/res/drawable/score.xml
Normal file
4
app/src/main/res/drawable/score.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="?attr/colorTertiary" />
|
||||
</shape>
|
4
app/src/main/res/drawable/user_score.xml
Normal file
4
app/src/main/res/drawable/user_score.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="?attr/colorPrimary" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue