Skip to content

Commit 3a79a10

Browse files
author
poolsoft
committed
fix backgound overlay
1 parent 0cab7ad commit 3a79a10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OsmAnd/src-carlauncher/res/layout/activity_car_launcher.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
android:id="@+id/widget_panel"
4343
android:layout_width="350dp"
4444
android:layout_height="0dp"
45-
android:background="#111111"
45+
android:background="@drawable/bg_gradient_overlay"
4646
android:layout_marginTop="0dp"
4747
android:elevation="20dp"
4848
android:visibility="gone"
@@ -55,7 +55,7 @@
5555
android:id="@+id/app_dock"
5656
android:layout_width="0dp"
5757
android:layout_height="54dp"
58-
android:background="#111111"
58+
android:background="@drawable/bg_gradient_overlay"
5959
android:elevation="8dp"
6060
app:layout_constraintBottom_toBottomOf="parent"
6161
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)