Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25bde8f1 authored by Priyanka Advani's avatar Priyanka Advani Committed by Android (Google) Code Review
Browse files

Merge "Revert "Update component title color in Settings"" into main

parents 2bcc8045 6cae7e24
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -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>