summaryrefslogtreecommitdiff
path: root/res/layout/onhold_user_profile.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/onhold_user_profile.xml')
-rw-r--r--res/layout/onhold_user_profile.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/res/layout/onhold_user_profile.xml b/res/layout/onhold_user_profile.xml
index 15b2af88..7773a557 100644
--- a/res/layout/onhold_user_profile.xml
+++ b/res/layout/onhold_user_profile.xml
@@ -16,12 +16,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <androidx.cardview.widget.CardView
+ <FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:elevation="@dimen/dialer_card_elevation"
- app:cardBackgroundColor="@color/onhold_call_background"
- app:cardCornerRadius="@dimen/onhold_profile_corner_radius">
+ android:background="@drawable/on_hold_background">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
@@ -125,6 +124,6 @@
app:layout_constraintEnd_toEndOf="parent"/>
</androidx.constraintlayout.widget.ConstraintLayout>
- </androidx.cardview.widget.CardView>
+ </FrameLayout>
</com.android.car.ui.FocusArea>