We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080b222 commit fd5ddedCopy full SHA for fd5dded
transfermethodui/src/main/res/layout/fragment_list_transfer_method.xml
@@ -45,5 +45,7 @@
45
<androidx.recyclerview.widget.RecyclerView
46
android:id="@+id/list_transfer_method_item"
47
android:layout_width="match_parent"
48
- android:layout_height="match_parent"/>
+ android:layout_height="match_parent"
49
+ android:paddingBottom="@dimen/row_height_double_entry"
50
+ android:clipToPadding="false"/>
51
</LinearLayout>
0 commit comments