lbill | 3c75470 | 2022-08-29 22:41:50 +0000 | [diff] [blame] | 1 | <?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 Dong | 22c807a | 2024-04-23 22:57:04 +0000 | [diff] [blame] | 17 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> |
lbill | 3c75470 | 2022-08-29 22:41:50 +0000 | [diff] [blame] | 19 | |
Hao Dong | 22c807a | 2024-04-23 22:57:04 +0000 | [diff] [blame] | 20 | <style name="AuthNonBioCredentialHeaderStyle"> |
lbill | 3c75470 | 2022-08-29 22:41:50 +0000 | [diff] [blame] | 21 | <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 | |
lbill | 3c75470 | 2022-08-29 22:41:50 +0000 | [diff] [blame] | 28 | <style name="TextAppearance.AuthNonBioCredential.Title"> |
Hao Dong | 2cae2c6 | 2024-05-01 00:27:12 +0000 | [diff] [blame] | 29 | <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item> |
lbill | 3c75470 | 2022-08-29 22:41:50 +0000 | [diff] [blame] | 30 | <item name="android:layout_marginTop">24dp</item> |
| 31 | <item name="android:textSize">36sp</item> |
| 32 | <item name="android:focusable">true</item> |
Hao Dong | 22c807a | 2024-04-23 22:57:04 +0000 | [diff] [blame] | 33 | <item name="android:textColor">?androidprv:attr/materialColorOnSurface</item> |
lbill | 3c75470 | 2022-08-29 22:41:50 +0000 | [diff] [blame] | 34 | </style> |
| 35 | |
| 36 | </resources> |