Add map data flow and port legacy app theming.
This bundles the GraphQL-backed map scaffolding with the old AirMQ visual style by applying legacy colors, reusable button styles, and original bottom navigation icons for UI parity. Made-with: Cursor
This commit is contained in:
9
app/src/main/res/drawable/ic_dashboard.xml
Normal file
9
app/src/main/res/drawable/ic_dashboard.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M4,13h6c0.55,0 1,-0.45 1,-1L11,4c0,-0.55 -0.45,-1 -1,-1L4,3c-0.55,0 -1,0.45 -1,1v8c0,0.55 0.45,1 1,1zM4,21h6c0.55,0 1,-0.45 1,-1v-4c0,-0.55 -0.45,-1 -1,-1L4,15c-0.55,0 -1,0.45 -1,1v4c0,0.55 0.45,1 1,1zM14,21h6c0.55,0 1,-0.45 1,-1v-8c0,-0.55 -0.45,-1 -1,-1h-6c-0.55,0 -1,0.45 -1,1v8c0,0.55 0.45,1 1,1zM13,4v4c0,0.55 0.45,1 1,1h6c0.55,0 1,-0.45 1,-1L21,4c0,-0.55 -0.45,-1 -1,-1h-6c-0.55,0 -1,0.45 -1,1z" />
|
||||
</vector>
|
||||
9
app/src/main/res/drawable/ic_manage_active.xml
Normal file
9
app/src/main/res/drawable/ic_manage_active.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M22,18.67c0,0.61 -0.5,1.11 -1.11,1.11h-5.56v-2.22h5.56C21.5,17.56 22,18.06 22,18.67zM22,5.33c0,0.61 -0.5,1.11 -1.11,1.11h-10V4.22h10C21.5,4.22 22,4.72 22,5.33zM10.89,20.89v-1.11H3.11C2.5,19.78 2,19.28 2,18.67c0,-0.61 0.5,-1.11 1.11,-1.11h7.78v-1.11c0,-0.61 0.5,-1.11 1.11,-1.11s1.11,0.5 1.11,1.11v4.44c0,0.61 -0.5,1.11 -1.11,1.11S10.89,21.5 10.89,20.89zM17.56,9.78v1.11h3.33c0.61,0 1.11,0.5 1.11,1.11s-0.5,1.11 -1.11,1.11h-3.33v1.11c0,0.61 -0.5,1.11 -1.11,1.11c-0.61,0 -1.11,-0.5 -1.11,-1.11V9.78c0,-0.61 0.5,-1.11 1.11,-1.11C17.06,8.67 17.56,9.17 17.56,9.78zM2,12c0,-0.61 0.5,-1.11 1.11,-1.11h10v2.22h-10C2.5,13.11 2,12.61 2,12zM7.56,8.67c-0.61,0 -1.11,-0.5 -1.11,-1.11V6.44H3.11C2.5,6.44 2,5.94 2,5.33s0.5,-1.11 1.11,-1.11h3.33V3.11C6.44,2.5 6.94,2 7.56,2s1.11,0.5 1.11,1.11v4.44C8.67,8.17 8.17,8.67 7.56,8.67z" />
|
||||
</vector>
|
||||
9
app/src/main/res/drawable/ic_map.xml
Normal file
9
app/src/main/res/drawable/ic_map.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M14.65,4.98l-5,-1.75c-0.42,-0.15 -0.88,-0.15 -1.3,-0.01L4.36,4.56C3.55,4.84 3,5.6 3,6.46v11.85c0,1.41 1.41,2.37 2.72,1.86l2.93,-1.14c0.22,-0.09 0.47,-0.09 0.69,-0.01l5,1.75c0.42,0.15 0.88,0.15 1.3,0.01l3.99,-1.34c0.81,-0.27 1.36,-1.04 1.36,-1.9V5.69c0,-1.41 -1.41,-2.37 -2.72,-1.86l-2.93,1.14c-0.22,0.08 -0.46,0.09 -0.69,0.01zM15,18.89l-6,-2.11V5.11l6,2.11v11.67z" />
|
||||
</vector>
|
||||
Reference in New Issue
Block a user