Skip to content

Commit fd5dded

Browse files
authored
DTSERWFOUR-593-Add-empty-cell-to-manage-your-transfer-methods-page-when-scrollable (#262)
1 parent 080b222 commit fd5dded

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

transfermethodui/src/main/res/layout/fragment_list_transfer_method.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@
4545
<androidx.recyclerview.widget.RecyclerView
4646
android:id="@+id/list_transfer_method_item"
4747
android:layout_width="match_parent"
48-
android:layout_height="match_parent"/>
48+
android:layout_height="match_parent"
49+
android:paddingBottom="@dimen/row_height_double_entry"
50+
android:clipToPadding="false"/>
4951
</LinearLayout>

0 commit comments

Comments
 (0)