summaryrefslogtreecommitdiff
path: root/PermissionController/res/values-w764dp-v33/styles.xml
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2024-03-06 09:30:09 -0800
committerXin Li <delphij@google.com>2024-03-06 09:30:09 -0800
commit3624ef6638b619f2f7bdaea0ce60687582cc6e76 (patch)
treeaf45b4b9b8a6479bcd0a0cf50882f598c7892c97 /PermissionController/res/values-w764dp-v33/styles.xml
parent92bfe739812beec44c20532857713720d5946294 (diff)
parent60508898c865eba3829b42017d22bd7f44a64622 (diff)
downloadPermission-3624ef6638b619f2f7bdaea0ce60687582cc6e76.tar.gz
Merge Android 14 QPR2 to AOSP main
Bug: 319669529 Merged-In: I9355c44d196061398015858c96f51bc78f8e4374 Change-Id: I26b18315958b277873976b15c2f6d4119c5639bc
Diffstat (limited to 'PermissionController/res/values-w764dp-v33/styles.xml')
-rw-r--r--PermissionController/res/values-w764dp-v33/styles.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/PermissionController/res/values-w764dp-v33/styles.xml b/PermissionController/res/values-w764dp-v33/styles.xml
index a836e4aa5..78f1bb42e 100644
--- a/PermissionController/res/values-w764dp-v33/styles.xml
+++ b/PermissionController/res/values-w764dp-v33/styles.xml
@@ -16,6 +16,16 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
+ <style name="SafetyCenterActionButton.Responsive">
+ <item name="android:paddingStart">@dimen/sc_button_horizontal_padding_large_screen</item>
+ <item name="android:paddingEnd">@dimen/sc_button_horizontal_padding_large_screen</item>
+ </style>
+
+ <style name="SecondarySafetyCenterActionButton.Responsive">
+ <item name="android:paddingStart">@dimen/sc_button_horizontal_padding_large_screen</item>
+ <item name="android:paddingEnd">@dimen/sc_button_horizontal_padding_large_screen</item>
+ </style>
+
<!-- START SAFETY STATUS CARD -->
<style name="SafetyCenterStatusTitleAndSummaryContainer.Responsive">
<item name="layout_constraintEnd_toStartOf">@id/sc_status_buttons_start_barrier</item>
@@ -30,8 +40,8 @@
<item name="layout_constraintStart_toEndOf">@id/status_title_and_summary</item>
<item name="layout_constraintEnd_toEndOf">parent</item>
<item name="android:layout_marginTop">@dimen/sc_spacing_xxsmall</item>
- <item name="android:paddingStart">@dimen/sc_large_screen_button_padding</item>
- <item name="android:paddingEnd">@dimen/sc_large_screen_button_padding</item>
+ <item name="android:paddingStart">@dimen/sc_button_horizontal_padding_large_screen</item>
+ <item name="android:paddingEnd">@dimen/sc_button_horizontal_padding_large_screen</item>
<!-- Clear the base style constraints so they don't conflict with this style's constraints
on the same sides. -->
<item name="layout_constraintTop_toBottomOf">@null</item>