tachiyomi/app/src/main/res/layout/migration_controller.xml
Jay d62c0f00c4 UI Fixing
Fixed source migration being clipped
Fixed shadow of unread badge being clipped
2020-03-14 17:27:39 -07:00

12 lines
468 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/migration_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/migration_recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"/>
</FrameLayout>