* Also move animations to vendor/google_pixel's SettingsGoogle target. * Also move LineageParts overlay to vendor/google_pixel/overlay-lineage and guard with ifdef LINEAGE_BUILD.cm-14.1
@ -1,18 +0,0 @@ |
|||||||
<resources> |
|
||||||
|
|
||||||
<!-- Supported accent packages --> |
|
||||||
<string-array name="accent_packages" translatable="false"> |
|
||||||
<item>org.lineageos.overlay.accent.red</item> |
|
||||||
<item>org.lineageos.overlay.accent.pink</item> |
|
||||||
<item>org.lineageos.overlay.accent.purple</item> |
|
||||||
<item>org.lineageos.overlay.accent.blue</item> |
|
||||||
<item>org.lineageos.overlay.accent.cyan</item> |
|
||||||
<item>org.lineageos.overlay.accent.green</item> |
|
||||||
<item>org.lineageos.overlay.accent.orange</item> |
|
||||||
<item>org.lineageos.overlay.accent.yellow</item> |
|
||||||
<item>org.lineageos.overlay.accent.brown</item> |
|
||||||
<item>org.lineageos.overlay.accent.black</item> |
|
||||||
<item>com.google.android.theme.pixel</item> |
|
||||||
</string-array> |
|
||||||
|
|
||||||
</resources> |
|
@ -1,13 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<resources> |
|
||||||
<bool name="config_useRoundIcon">true</bool> |
|
||||||
<string name="config_icon_mask">M50 0C77.6 0 100 22.4 100 50C100 77.6 77.6 100 50 100C22.4 100 0 77.6 0 50C0 22.4 22.4 0 50 0Z</string> |
|
||||||
|
|
||||||
<string name="config_headlineFontFamily">google-sans</string> |
|
||||||
<string name="config_headlineFontFamilyLight">google-sans</string> |
|
||||||
<string name="config_headlineFontFeatureSettings">ss03</string> |
|
||||||
<bool name="config_buttonTextAllCaps">false</bool> |
|
||||||
|
|
||||||
<bool name="config_swipe_up_gesture_setting_available">true</bool> |
|
||||||
<string name="config_recentsComponentName">com.google.android.apps.nexuslauncher/com.android.quickstep.RecentsActivity</string> |
|
||||||
</resources> |
|
@ -1,6 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<resources> |
|
||||||
<dimen name="config_dialogCornerRadius">8.0dip</dimen> |
|
||||||
<dimen name="config_buttonCornerRadius">4.0dip</dimen> |
|
||||||
<dimen name="config_progressBarCornerRadius">1000.0dip</dimen> |
|
||||||
</resources> |
|
@ -1,17 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<resources> |
|
||||||
<!-- |
|
||||||
<string name="font_family_display_4_material">sans-serif-light</string> |
|
||||||
<string name="font_family_display_3_material">sans-serif</string> |
|
||||||
<string name="font_family_display_2_material">sans-serif</string> |
|
||||||
<string name="font_family_display_1_material">sans-serif</string> |
|
||||||
<string name="font_family_headline_material">sans-serif</string> |
|
||||||
<string name="font_family_title_material">sans-serif-medium</string> |
|
||||||
<string name="font_family_subhead_material">sans-serif</string> |
|
||||||
<string name="font_family_menu_material">sans-serif</string> |
|
||||||
<string name="font_family_body_2_material">sans-serif-medium</string> |
|
||||||
<string name="font_family_body_1_material">sans-serif</string> |
|
||||||
<string name="font_family_caption_material">sans-serif</string> |
|
||||||
--> |
|
||||||
<string name="font_family_button_material">google-sans-medium</string> |
|
||||||
</resources> |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
@ -1,23 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<!-- Copyright (C) 2006 The Android Open Source Project |
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License"); |
|
||||||
you may not use this file except in compliance with the License. |
|
||||||
You may obtain a copy of the License at |
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0 |
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software |
|
||||||
distributed under the License is distributed on an "AS IS" BASIS, |
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
||||||
See the License for the specific language governing permissions and |
|
||||||
limitations under the License. |
|
||||||
--> |
|
||||||
|
|
||||||
<resources> |
|
||||||
<style name="TextAppearance.SearchBar" parent="@*android:style/TextAppearance.Material.Widget.Toolbar.Subtitle"> |
|
||||||
<item name="android:textSize">16dp</item> |
|
||||||
<item name="android:layout_gravity">center</item> |
|
||||||
<item name="android:fontFamily">google-sans</item> |
|
||||||
</style> |
|
||||||
</resources> |
|