blob: 85e7af6ee1de0826230bfcc13f7554c6ef323b56 [file] [log] [blame]
lbill3c754702022-08-29 22:41:50 +00001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2022 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Hao Dong22c807a2024-04-23 22:57:04 +000017<resources xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
lbill3c754702022-08-29 22:41:50 +000019
Hao Dong22c807a2024-04-23 22:57:04 +000020 <style name="AuthNonBioCredentialHeaderStyle">
lbill3c754702022-08-29 22:41:50 +000021 <item name="android:paddingStart">120dp</item>
22 <item name="android:paddingEnd">120dp</item>
23 <item name="android:paddingTop">80dp</item>
24 <item name="android:paddingBottom">10dp</item>
25 <item name="android:layout_gravity">top</item>
26 </style>
27
lbill3c754702022-08-29 22:41:50 +000028 <style name="TextAppearance.AuthNonBioCredential.Title">
Hao Dong2cae2c62024-05-01 00:27:12 +000029 <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item>
lbill3c754702022-08-29 22:41:50 +000030 <item name="android:layout_marginTop">24dp</item>
31 <item name="android:textSize">36sp</item>
32 <item name="android:focusable">true</item>
Hao Dong22c807a2024-04-23 22:57:04 +000033 <item name="android:textColor">?androidprv:attr/materialColorOnSurface</item>
lbill3c754702022-08-29 22:41:50 +000034 </style>
35
36</resources>