Skip to content

Commit addf2f6

Browse files
committed
Fixed overlay layout height
1 parent 1dd6669 commit addf2f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/src/main/res/layout/overlay_left.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
xmlns:app="http://schemas.android.com/apk/res-auto"
66
android:layout_width="match_parent"
7-
android:layout_height="500dp"
7+
android:layout_height="match_parent"
88
app:cardBackgroundColor="#88000000"
99
app:cardCornerRadius="8dp"
1010
app:cardElevation="0dp"

sample/src/main/res/layout/overlay_right.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
xmlns:app="http://schemas.android.com/apk/res-auto"
66
android:layout_width="match_parent"
7-
android:layout_height="500dp"
7+
android:layout_height="match_parent"
88
app:cardBackgroundColor="#88000000"
99
app:cardCornerRadius="8dp"
1010
app:cardElevation="0dp"

0 commit comments

Comments
 (0)