2021-12-10 23:57:11 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-01-29 18:57:19 +00:00
|
|
|
<androidx.cardview.widget.CardView xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2021-12-10 23:57:11 +00:00
|
|
|
app:cardCornerRadius="@dimen/loading_radius"
|
|
|
|
android:layout_width="120dp"
|
|
|
|
android:layout_height="@dimen/loading_line_height"
|
|
|
|
android:layout_marginBottom="@dimen/loading_margin"
|
|
|
|
android:background="@color/grayShimmer"
|
2022-01-29 18:57:19 +00:00
|
|
|
tools:ignore="ContentDescription" />
|