mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
11 lines
563 B
XML
11 lines
563 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.cardview.widget.CardView
|
||
|
app:cardCornerRadius="@dimen/loading_radius"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="@dimen/loading_line_height"
|
||
|
android:layout_marginBottom="@dimen/loading_margin"
|
||
|
android:background="@color/grayShimmer"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
tools:ignore="ContentDescription"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto"/>
|