Skip to content

Commit

Permalink
Add header
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea committed Oct 24, 2024
1 parent 10194f1 commit 321fd5d
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions app/src/main/res/drawable/ic_menu_grid.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
<!--
~ Software Name: OUDS Android
~ SPDX-FileCopyrightText: Copyright (c) Orange SA
~ SPDX-License-Identifier: MIT
~
~ This software is distributed under the MIT license,
~ the text of which is available at https://opensource.org/license/MIT/
~ or see the "LICENSE" file for more details.
~
~ Software description: Android library of reusable graphical components
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="80dp"
android:height="80dp"
android:viewportWidth="80"
android:viewportHeight="80">
<path
android:pathData="M24,26H12a2,2 0,0 1,-2 -2V12a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2m22,0H34a2,2 0,0 1,-2 -2V12a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2m22,0H56a2,2 0,0 1,-2 -2V12a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2M24,48H12a2,2 0,0 1,-2 -2V34a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2m22,0H34a2,2 0,0 1,-2 -2V34a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2m22,0H56a2,2 0,0 1,-2 -2V34a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2M24,70H12a2,2 0,0 1,-2 -2V56a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2m22,0H34a2,2 0,0 1,-2 -2V56a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2m22,0H56a2,2 0,0 1,-2 -2V56a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2"
android:fillColor="#000000"
android:fillType="evenOdd"/>
<path
android:pathData="M24,26H12a2,2 0,0 1,-2 -2V12a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2m22,0H34a2,2 0,0 1,-2 -2V12a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2m22,0H56a2,2 0,0 1,-2 -2V12a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2M24,48H12a2,2 0,0 1,-2 -2V34a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2m22,0H34a2,2 0,0 1,-2 -2V34a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2m22,0H56a2,2 0,0 1,-2 -2V34a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2M24,70H12a2,2 0,0 1,-2 -2V56a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2m22,0H34a2,2 0,0 1,-2 -2V56a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2m22,0H56a2,2 0,0 1,-2 -2V56a2,2 0,0 1,2 -2h12a2,2 0,0 1,2 2v12a2,2 0,0 1,-2 2"
android:fillColor="#000000"
android:fillType="evenOdd" />
</vector>

0 comments on commit 321fd5d

Please sign in to comment.