fix: expand resume watching sheet and ft: ripple on profile drawable when pressed (#566)

* add ripple to profile icon on home

* Update HomeParentItemAdapterPreview.kt
This commit is contained in:
IndusAryan 2023-08-19 19:34:21 +05:30 committed by GitHub
parent e20e3dcfd3
commit f571596bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -539,7 +539,7 @@ class HomeParentItemAdapterPreview(
resumeAdapter.updateList(resumeWatching)
if (binding is FragmentHomeHeadBinding) {
binding.homeBookmarkParentItemTitle.setOnClickListener {
binding.homeWatchParentItemTitle.setOnClickListener {
viewModel.popup(
HomeViewModel.ExpandableHomepageList(
HomePageList(
@ -578,4 +578,4 @@ class HomeParentItemAdapterPreview(
}
}
}
}
}

View File

@ -61,7 +61,7 @@
android:layout_height="match_parent"
android:layout_gravity="center"
android:layout_marginStart="-50dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:foreground="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/account"
android:nextFocusLeft="@id/home_search"
android:padding="10dp"
@ -288,4 +288,4 @@
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem="@layout/home_result_grid" />
</LinearLayout>
</LinearLayout>
</LinearLayout>