Fix peak theme background when expand
This commit is contained in:
parent
1e1f9b1a6b
commit
2054272510
3 changed files with 30 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue