mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-20 19:55:19 +01:00
Added block skin selection feature and removed powerups
This commit is contained in:
parent
7614cef7e5
commit
5861644883
6 changed files with 486 additions and 79 deletions
|
@ -401,6 +401,14 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="24dp"
|
||||
android:layout_marginBottom="16dp" />
|
||||
|
||||
<!-- Block Skin Selector -->
|
||||
<com.mintris.ui.BlockSkinSelector
|
||||
android:id="@+id/blockSkinSelector"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="24dp"
|
||||
android:layout_marginBottom="16dp" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/settingsButton"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue