add shimmer for highlight in home screen, update agp to version 7.3.0

This commit is contained in:
2022-09-18 13:33:22 +02:00
parent 5cd3d25ebe
commit 001141337d
5 changed files with 123 additions and 1 deletions

View File

@ -17,6 +17,16 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<com.facebook.shimmer.ShimmerFrameLayout
android:id="@+id/shimmer_layout_highlight"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:visibility="gone">
<include layout="@layout/item_highlight_shimmer" />
</com.facebook.shimmer.ShimmerFrameLayout>
<LinearLayout
android:id="@+id/linear_highlight"
android:layout_width="match_parent"