add ripple to profile icon on home

This commit is contained in:
IndusAryan 2023-08-19 17:28:37 +05:30 committed by GitHub
parent e20e3dcfd3
commit f907a96e21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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