Skip to content

Commit

Permalink
fixed layout scrolling in rv
Browse files Browse the repository at this point in the history
  • Loading branch information
p32929 committed Oct 13, 2019
1 parent b93f627 commit 463c012
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion myhouseads2lib/src/main/res/layout/ads_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants" />

</LinearLayout>
4 changes: 2 additions & 2 deletions myhouseads2lib/src/main/res/layout/rating_dialog_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
android:layout_marginTop="16dp"
android:numStars="5"
android:progressTint="@color/progress"
android:rating="1"
android:secondaryProgressTint="@color/progress"
android:stepSize="1" />

Expand All @@ -47,7 +46,8 @@
android:inputType="text|textMultiLine"
android:lines="5"
android:padding="16dp"
android:textCursorDrawable="@null" />
android:textCursorDrawable="@null"
android:visibility="gone" />

<Button
android:id="@+id/submitBtn"
Expand Down

0 comments on commit 463c012

Please sign in to comment.