GameMaster ui change to allow multiple screens

This commit is contained in:
Andres Gomez, Thomas (ITDV RL) 2025-03-27 15:50:24 +01:00
parent 9d6f8e178b
commit 2fb0d3d4cd
29 changed files with 1034 additions and 513 deletions

View file

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:pathData="M120,840v-120h200q-84,-45 -132,-125t-48,-175q0,-142 99,-241t241,-99q142,0 241,99t99,241q0,95 -48,175T640,720h200v120L520,840v-204q78,-14 129,-75t51,-141q0,-92 -64,-156t-156,-64q-92,0 -156,64t-64,156q0,80 51,141t129,75v204L120,840Z"
android:fillColor="#e3e3e3"/>
</vector>