mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-20 23:35:20 +01:00
Add player progression system with XP, themes, and fix high score entry loop issue
This commit is contained in:
parent
3b2f25c61f
commit
4166fe2b7a
13 changed files with 1254 additions and 112 deletions
15
app/src/main/res/drawable/rounded_button.xml
Normal file
15
app/src/main/res/drawable/rounded_button.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="#3366FF" />
|
||||
|
||||
<corners android:radius="8dp" />
|
||||
|
||||
<padding
|
||||
android:left="16dp"
|
||||
android:right="16dp"
|
||||
android:top="8dp"
|
||||
android:bottom="8dp" />
|
||||
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue