Merge pull request #10822 from osmandapp/fix-nested-scroll
scrollbars="none"
This commit is contained in:
commit
0d6a40a50c
2 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
android:layout_marginRight="@dimen/dialog_content_margin"
|
android:layout_marginRight="@dimen/dialog_content_margin"
|
||||||
android:layout_marginEnd="@dimen/dialog_content_margin"
|
android:layout_marginEnd="@dimen/dialog_content_margin"
|
||||||
android:clickable="false"
|
android:clickable="false"
|
||||||
|
android:scrollbars="none"
|
||||||
android:focusableInTouchMode="false" />
|
android:focusableInTouchMode="false" />
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatImageView
|
<androidx.appcompat.widget.AppCompatImageView
|
||||||
|
|
|
@ -103,6 +103,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:maxLines="2"
|
android:maxLines="2"
|
||||||
|
android:scrollbars="none"
|
||||||
android:textColor="@color/wikivoyage_secondary_text"
|
android:textColor="@color/wikivoyage_secondary_text"
|
||||||
android:textSize="@dimen/default_sub_text_size"
|
android:textSize="@dimen/default_sub_text_size"
|
||||||
osmand:typeface="@string/font_roboto_regular"
|
osmand:typeface="@string/font_roboto_regular"
|
||||||
|
|
Loading…
Reference in a new issue