Skip to content

Commit 5a4dc5d

Browse files
committed
Issue #25 was fixed
1 parent 24ae25c commit 5a4dc5d

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

dialogsheet/src/main/res/layout/layout_bottomdialog_content.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@
6666
android:id="@+id/messageContainer"
6767
android:orientation="vertical"
6868
android:layout_width="match_parent"
69-
android:layout_height="wrap_content"
70-
android:focusableInTouchMode="true"
71-
android:focusable="true"
72-
android:descendantFocusability="blocksDescendants">
69+
android:layout_height="wrap_content">
7370

7471
<androidx.appcompat.widget.AppCompatTextView
7572
android:id="@+id/dialogMessage"

dialogsheet/src/main/res/layout/layout_bottomdialog_content_v2.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@
6666
android:id="@+id/messageContainer"
6767
android:orientation="vertical"
6868
android:layout_width="match_parent"
69-
android:layout_height="wrap_content"
70-
android:focusableInTouchMode="true"
71-
android:focusable="true"
72-
android:descendantFocusability="blocksDescendants">
69+
android:layout_height="wrap_content">
7370

7471
<androidx.appcompat.widget.AppCompatTextView
7572
android:id="@+id/dialogMessage"

0 commit comments

Comments
 (0)