From 4e8b6b5ff4114e6603316578d50f576ad4e6378b Mon Sep 17 00:00:00 2001 From: rebel onion <87634197+rebelonion@users.noreply.github.com> Date: Sat, 4 Jan 2025 05:17:19 -0600 Subject: [PATCH] fix: bottom sheet oled mode --- app/src/main/res/layout/bottom_sheet_add_repository.xml | 1 + app/src/main/res/layout/bottom_sheet_search.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/layout/bottom_sheet_add_repository.xml b/app/src/main/res/layout/bottom_sheet_add_repository.xml index 2ec072bc..e99666ce 100644 --- a/app/src/main/res/layout/bottom_sheet_add_repository.xml +++ b/app/src/main/res/layout/bottom_sheet_add_repository.xml @@ -4,6 +4,7 @@ android:layout_height="wrap_content" xmlns:tools="http://schemas.android.com/tools" android:orientation="vertical" + android:background="@drawable/bottom_sheet_background" android:padding="16dp">