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

Commit ff17547e authored by Marcus Ge's avatar Marcus Ge Committed by Android (Google) Code Review
Browse files

Merge "Update component title color in Settings" into main

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