Ensure user knows Safety Number Change Dialog list is scrollable when necessary.

master
Cody Henthorne 2020-06-26 16:35:48 -04:00
parent bafd2817ee
commit 9dbb2ef630
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:scrollIndicators="top|bottom"
android:scrollbars="vertical"
tools:listitem="@layout/safety_number_change_recipient" />
</LinearLayout>