mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-22 10:25:41 +01:00
Add random mode toggle and fix resource linking issues
This commit is contained in:
parent
0b78bf7833
commit
b2a9c40539
6 changed files with 209 additions and 100 deletions
9
app/src/main/res/drawable/menu_item_background.xml
Normal file
9
app/src/main/res/drawable/menu_item_background.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#33FFFFFF" />
|
||||
<solid android:color="#1AFFFFFF" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue