mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-20 19:25:21 +01:00
Add high score system with persistent storage using SharedPreferences and Gson
This commit is contained in:
parent
8dc1d433ea
commit
b068de76f5
17 changed files with 480 additions and 168 deletions
|
@ -190,6 +190,16 @@
|
|||
android:text="@string/restart"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="18sp" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/highScoresButton"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:background="@color/transparent"
|
||||
android:text="@string/high_scores"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="18sp" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/levelSelectorContainer"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue