From 718b448cc5f7eecd5b23d3ffa1cb54531f3fb053 Mon Sep 17 00:00:00 2001 From: Pratyush Date: Thu, 12 May 2022 14:58:05 +0530 Subject: [PATCH] remove hardcoded (toolbar) background color --- app/src/main/res/layout/pdfviewer.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/pdfviewer.xml b/app/src/main/res/layout/pdfviewer.xml index 8c01e23..82818bd 100644 --- a/app/src/main/res/layout/pdfviewer.xml +++ b/app/src/main/res/layout/pdfviewer.xml @@ -14,7 +14,6 @@ android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" - android:background="#212121" app:popupTheme="@style/AppTheme.PopupOverlay" />