Add back DSLV / ActionListViewSettings
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
This commit is contained in:
11
res/drawable/dslv_ic_grabber.xml
Normal file
11
res/drawable/dslv_ic_grabber.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
13
res/drawable/ic_menu_add.xml
Normal file
13
res/drawable/ic_menu_add.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user