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

Commit 39744f26 authored by Marcelo Arteiro's avatar Marcelo Arteiro Committed by Android (Google) Code Review
Browse files

Merge "Fix forward for breakage related to resource permissions" into main

parents 08d765d4 3fec0dbe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,10 +14,10 @@
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
<resources xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
<resources>
    <style name="TextAppearance.PreferenceTitle.SettingsLib"
           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:textSize">20sp</item>
    </style>