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
14 lines
421 B
XML
14 lines
421 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="?android:attr/textColorPrimary"
|
|
android:pathData="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" />
|
|
<path
|
|
android:pathData="M0 0h24v24H0z" />
|
|
</vector>
|