* Rounded corners are LineageOS wide now, and LineageOS icons are better. Change-Id: I9f2043c36196324537e29e419a31b63f791454a1lineage-19.1
@ -1,12 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<resources> |
|
||||||
<!-- Use round icons --> |
|
||||||
<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> |
|
||||||
|
|
||||||
<!-- Google Sans font configuration --> |
|
||||||
<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> |
|
||||||
</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,4 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<resources> |
|
||||||
<string name="font_family_button_material">google-sans-medium</string> |
|
||||||
</resources> |
|
@ -1,5 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<resources> |
|
||||||
<dimen name="fingerprint_dialog_corner_size">8dp</dimen> |
|
||||||
<dimen name="multi_user_switch_keyguard_margin">7dp</dimen> |
|
||||||
</resources> |
|
@ -1,5 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> |
|
||||||
<background android:drawable="@*android:color/accent_device_default_light"/> |
|
||||||
<foreground android:drawable="@mipmap/ic_foreground"/> |
|
||||||
</adaptive-icon> |
|
Before Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 18 KiB |
@ -1,5 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> |
|
||||||
<background android:drawable="@*android:color/accent_device_default_light"/> |
|
||||||
<foreground android:drawable="@mipmap/ic_foreground"/> |
|
||||||
</adaptive-icon> |
|
Before Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 18 KiB |
Before 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> |
|