mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-06 10:17:40 +00:00
0efaddff23
Removed bunch of code focusing on the hamburger not being stationary
11 lines
351 B
XML
11 lines
351 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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="#fff"
|
|
android:pathData="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z" />
|
|
</vector>
|