Fix peak theme background when expand

This commit is contained in:
h4h13 2019-10-29 22:26:05 +05:30
parent 1e1f9b1a6b
commit 2054272510
3 changed files with 30 additions and 2 deletions

View file

@ -9,8 +9,16 @@
<FrameLayout
android:id="@+id/mainContentFrame"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<View
android:id="@+id/dimBackground"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1" />
android:background="?colorOnSecondary"
android:clickable="true"
android:focusable="true"
android:visibility="gone" />
<com.google.android.material.card.MaterialCardView
android:id="@+id/slidingPanel"