Loading packages/SettingsLib/SettingsTheme/res/values-v31/styles.xml +2 −3 Original line number Original line Diff line number Diff line Loading @@ -14,11 +14,10 @@ See the License for the specific language governing permissions and See the License for the specific language governing permissions and limitations under the License. limitations under the License. --> --> <resources <resources> xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> <style name="TextAppearance.PreferenceTitle.SettingsLib" <style name="TextAppearance.PreferenceTitle.SettingsLib" parent="@android:style/TextAppearance.Material.Subhead"> parent="@android:style/TextAppearance.Material.Subhead"> <item name="android:textColor">?androidprv:attr/materialColorOnSurface</item> <item name="android:textColor">@color/settingslib_text_color_primary</item> <item name="android:fontFamily">@string/settingslib_config_headlineFontFamily</item> <item name="android:fontFamily">@string/settingslib_config_headlineFontFamily</item> <item name="android:textSize">20sp</item> <item name="android:textSize">20sp</item> </style> </style> Loading Loading
packages/SettingsLib/SettingsTheme/res/values-v31/styles.xml +2 −3 Original line number Original line Diff line number Diff line Loading @@ -14,11 +14,10 @@ See the License for the specific language governing permissions and See the License for the specific language governing permissions and limitations under the License. limitations under the License. --> --> <resources <resources> xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> <style name="TextAppearance.PreferenceTitle.SettingsLib" <style name="TextAppearance.PreferenceTitle.SettingsLib" parent="@android:style/TextAppearance.Material.Subhead"> parent="@android:style/TextAppearance.Material.Subhead"> <item name="android:textColor">?androidprv:attr/materialColorOnSurface</item> <item name="android:textColor">@color/settingslib_text_color_primary</item> <item name="android:fontFamily">@string/settingslib_config_headlineFontFamily</item> <item name="android:fontFamily">@string/settingslib_config_headlineFontFamily</item> <item name="android:textSize">20sp</item> <item name="android:textSize">20sp</item> </style> </style> Loading