Contains updates by Griffin Millender <griffinn.millender@gmail.com> and the SlimROMs team AICPfy: - make it play better with themes - bring it to Oreo - Update SettingsActivity to forward extras from PreferenceScreen to the new fragment (allows using DSLV from xml) Change-Id: I7514cdfa3603ed6e24deeb251875a716a52a02b1
12 lines
365 B
XML
12 lines
365 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="36dp"
|
|
android:height="36dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
|
|
<path
|
|
android:fillColor="?android:attr/textColorSecondary"
|
|
android:pathData="M20 9H4v2h16V9zM4 15h16v-2H4v2z" />
|
|
</vector>
|