summaryrefslogtreecommitdiff
path: root/res/layout/qc_mic_panel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/qc_mic_panel.xml')
-rw-r--r--res/layout/qc_mic_panel.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/qc_mic_panel.xml b/res/layout/qc_mic_panel.xml
index d4f9abd1..bccb65d7 100644
--- a/res/layout/qc_mic_panel.xml
+++ b/res/layout/qc_mic_panel.xml
@@ -19,6 +19,7 @@
android:id="@+id/mic_privacy_panel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layoutDirection="locale"
android:background="@color/status_icon_panel_bg_color">
<com.android.car.ui.FocusParkingView
android:layout_width="wrap_content"
@@ -34,7 +35,7 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
- android:paddingTop="16dp"
+ android:layout_marginBottom="@dimen/car_quick_controls_footer_button_margin_top"
app:layout_constraintHeight_default="wrap"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"