summaryrefslogtreecommitdiff
path: root/adservices/apk/res/layout/consent_notification_decline_confirmation_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'adservices/apk/res/layout/consent_notification_decline_confirmation_fragment.xml')
-rw-r--r--adservices/apk/res/layout/consent_notification_decline_confirmation_fragment.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/adservices/apk/res/layout/consent_notification_decline_confirmation_fragment.xml b/adservices/apk/res/layout/consent_notification_decline_confirmation_fragment.xml
index 66c3d096b5..6e7edd1aeb 100644
--- a/adservices/apk/res/layout/consent_notification_decline_confirmation_fragment.xml
+++ b/adservices/apk/res/layout/consent_notification_decline_confirmation_fragment.xml
@@ -74,20 +74,14 @@
app:layout_constraintTop_toTopOf="parent" />
<Button
android:id="@+id/leftControlButtonConfirmation"
- style="@style/MainStyle.NotificationPrimaryButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ style="@style/MainStyle.PrimaryButton"
android:text="@string/notificationUI_confirmation_left_control_button_text"
- android:textAllCaps="false"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<Button
android:id="@+id/rightControlButtonConfirmation"
- style="@style/MainStyle.NotificationPrimaryButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ style="@style/MainStyle.PrimaryButton"
android:text="@string/notificationUI_confirmation_right_control_button_text"
- android:textAllCaps="false"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>