|
@@ -1,528 +1,521 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
-<com.guadou.lib_baselib.view.shimmer.ShimmerLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
|
+<!-- Loading -->
|
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tool="http://schemas.android.com/tools"
|
|
xmlns:tool="http://schemas.android.com/tools"
|
|
|
|
+ android:id="@+id/ll_placeholder"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="match_parent">
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <!-- Loading -->
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:id="@+id/ll_placeholder"
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="match_parent"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/d_15dp"
|
|
|
|
+ android:paddingTop="@dimen/d_13dp"
|
|
|
|
+ android:paddingRight="@dimen/d_15dp">
|
|
|
|
+
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="@dimen/d_45dp"
|
|
|
|
+ android:layout_height="@dimen/d_45dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:orientation="horizontal"
|
|
|
|
- android:paddingLeft="@dimen/d_15dp"
|
|
|
|
- android:paddingTop="@dimen/d_13dp"
|
|
|
|
- android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="@dimen/d_45dp"
|
|
|
|
- android:layout_height="@dimen/d_45dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_100dp"
|
|
|
|
+ android:layout_height="@dimen/d_25dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="@dimen/d_120dp"
|
|
|
|
+ android:layout_height="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_100dp"
|
|
|
|
- android:layout_height="@dimen/d_25dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_120dp"
|
|
|
|
- android:layout_height="@dimen/d_20dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="70dp"
|
|
|
|
+ android:layout_height="26dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="70dp"
|
|
|
|
- android:layout_height="26dp"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d_0.5dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/d_15dp"
|
|
|
|
+ android:paddingTop="@dimen/d_13dp"
|
|
|
|
+ android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="@dimen/d_0.5dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_45dp"
|
|
|
|
+ android:layout_height="@dimen/d_45dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:orientation="horizontal"
|
|
|
|
- android:paddingLeft="@dimen/d_15dp"
|
|
|
|
- android:paddingTop="@dimen/d_13dp"
|
|
|
|
- android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="@dimen/d_45dp"
|
|
|
|
- android:layout_height="@dimen/d_45dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_100dp"
|
|
|
|
+ android:layout_height="@dimen/d_25dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="@dimen/d_120dp"
|
|
|
|
+ android:layout_height="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_100dp"
|
|
|
|
- android:layout_height="@dimen/d_25dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_120dp"
|
|
|
|
- android:layout_height="@dimen/d_20dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="70dp"
|
|
|
|
+ android:layout_height="26dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="70dp"
|
|
|
|
- android:layout_height="26dp"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d_0.5dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/d_15dp"
|
|
|
|
+ android:paddingTop="@dimen/d_13dp"
|
|
|
|
+ android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="@dimen/d_0.5dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_45dp"
|
|
|
|
+ android:layout_height="@dimen/d_45dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:orientation="horizontal"
|
|
|
|
- android:paddingLeft="@dimen/d_15dp"
|
|
|
|
- android:paddingTop="@dimen/d_13dp"
|
|
|
|
- android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="@dimen/d_45dp"
|
|
|
|
- android:layout_height="@dimen/d_45dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_100dp"
|
|
|
|
+ android:layout_height="@dimen/d_25dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="@dimen/d_120dp"
|
|
|
|
+ android:layout_height="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_100dp"
|
|
|
|
- android:layout_height="@dimen/d_25dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_120dp"
|
|
|
|
- android:layout_height="@dimen/d_20dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="70dp"
|
|
|
|
+ android:layout_height="26dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="70dp"
|
|
|
|
- android:layout_height="26dp"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d_0.5dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/d_15dp"
|
|
|
|
+ android:paddingTop="@dimen/d_13dp"
|
|
|
|
+ android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="@dimen/d_0.5dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_45dp"
|
|
|
|
+ android:layout_height="@dimen/d_45dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:orientation="horizontal"
|
|
|
|
- android:paddingLeft="@dimen/d_15dp"
|
|
|
|
- android:paddingTop="@dimen/d_13dp"
|
|
|
|
- android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="@dimen/d_45dp"
|
|
|
|
- android:layout_height="@dimen/d_45dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_100dp"
|
|
|
|
+ android:layout_height="@dimen/d_25dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="@dimen/d_120dp"
|
|
|
|
+ android:layout_height="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_100dp"
|
|
|
|
- android:layout_height="@dimen/d_25dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_120dp"
|
|
|
|
- android:layout_height="@dimen/d_20dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="70dp"
|
|
|
|
+ android:layout_height="26dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="70dp"
|
|
|
|
- android:layout_height="26dp"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d_0.5dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/d_15dp"
|
|
|
|
+ android:paddingTop="@dimen/d_13dp"
|
|
|
|
+ android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="@dimen/d_0.5dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_45dp"
|
|
|
|
+ android:layout_height="@dimen/d_45dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:orientation="horizontal"
|
|
|
|
- android:paddingLeft="@dimen/d_15dp"
|
|
|
|
- android:paddingTop="@dimen/d_13dp"
|
|
|
|
- android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="@dimen/d_45dp"
|
|
|
|
- android:layout_height="@dimen/d_45dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_100dp"
|
|
|
|
+ android:layout_height="@dimen/d_25dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="@dimen/d_120dp"
|
|
|
|
+ android:layout_height="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_100dp"
|
|
|
|
- android:layout_height="@dimen/d_25dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_120dp"
|
|
|
|
- android:layout_height="@dimen/d_20dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="70dp"
|
|
|
|
+ android:layout_height="26dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="70dp"
|
|
|
|
- android:layout_height="26dp"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d_0.5dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/d_15dp"
|
|
|
|
+ android:paddingTop="@dimen/d_13dp"
|
|
|
|
+ android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="@dimen/d_0.5dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_45dp"
|
|
|
|
+ android:layout_height="@dimen/d_45dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:orientation="horizontal"
|
|
|
|
- android:paddingLeft="@dimen/d_15dp"
|
|
|
|
- android:paddingTop="@dimen/d_13dp"
|
|
|
|
- android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="@dimen/d_45dp"
|
|
|
|
- android:layout_height="@dimen/d_45dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_100dp"
|
|
|
|
+ android:layout_height="@dimen/d_25dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="@dimen/d_120dp"
|
|
|
|
+ android:layout_height="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_100dp"
|
|
|
|
- android:layout_height="@dimen/d_25dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_120dp"
|
|
|
|
- android:layout_height="@dimen/d_20dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="70dp"
|
|
|
|
+ android:layout_height="26dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="70dp"
|
|
|
|
- android:layout_height="26dp"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d_0.5dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/d_15dp"
|
|
|
|
+ android:paddingTop="@dimen/d_13dp"
|
|
|
|
+ android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="@dimen/d_0.5dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_45dp"
|
|
|
|
+ android:layout_height="@dimen/d_45dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:orientation="horizontal"
|
|
|
|
- android:paddingLeft="@dimen/d_15dp"
|
|
|
|
- android:paddingTop="@dimen/d_13dp"
|
|
|
|
- android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="@dimen/d_45dp"
|
|
|
|
- android:layout_height="@dimen/d_45dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_100dp"
|
|
|
|
+ android:layout_height="@dimen/d_25dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="@dimen/d_120dp"
|
|
|
|
+ android:layout_height="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_100dp"
|
|
|
|
- android:layout_height="@dimen/d_25dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_120dp"
|
|
|
|
- android:layout_height="@dimen/d_20dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="70dp"
|
|
|
|
+ android:layout_height="26dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="70dp"
|
|
|
|
- android:layout_height="26dp"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d_0.5dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/d_15dp"
|
|
|
|
+ android:paddingTop="@dimen/d_13dp"
|
|
|
|
+ android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="@dimen/d_0.5dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_45dp"
|
|
|
|
+ android:layout_height="@dimen/d_45dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:orientation="horizontal"
|
|
|
|
- android:paddingLeft="@dimen/d_15dp"
|
|
|
|
- android:paddingTop="@dimen/d_13dp"
|
|
|
|
- android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="@dimen/d_45dp"
|
|
|
|
- android:layout_height="@dimen/d_45dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_100dp"
|
|
|
|
+ android:layout_height="@dimen/d_25dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="@dimen/d_120dp"
|
|
|
|
+ android:layout_height="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_100dp"
|
|
|
|
- android:layout_height="@dimen/d_25dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_120dp"
|
|
|
|
- android:layout_height="@dimen/d_20dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="70dp"
|
|
|
|
+ android:layout_height="26dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="70dp"
|
|
|
|
- android:layout_height="26dp"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d_0.5dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/d_15dp"
|
|
|
|
+ android:paddingTop="@dimen/d_13dp"
|
|
|
|
+ android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="@dimen/d_0.5dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_45dp"
|
|
|
|
+ android:layout_height="@dimen/d_45dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:orientation="horizontal"
|
|
|
|
- android:paddingLeft="@dimen/d_15dp"
|
|
|
|
- android:paddingTop="@dimen/d_13dp"
|
|
|
|
- android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="@dimen/d_45dp"
|
|
|
|
- android:layout_height="@dimen/d_45dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_100dp"
|
|
|
|
+ android:layout_height="@dimen/d_25dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="@dimen/d_120dp"
|
|
|
|
+ android:layout_height="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_100dp"
|
|
|
|
- android:layout_height="@dimen/d_25dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_120dp"
|
|
|
|
- android:layout_height="@dimen/d_20dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="70dp"
|
|
|
|
+ android:layout_height="26dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
|
- android:layout_width="70dp"
|
|
|
|
- android:layout_height="26dp"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d_0.5dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:paddingLeft="@dimen/d_15dp"
|
|
|
|
+ android:paddingTop="@dimen/d_13dp"
|
|
|
|
+ android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="@dimen/d_0.5dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_45dp"
|
|
|
|
+ android:layout_height="@dimen/d_45dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@drawable/shimmer_circle_background" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:layout_width="match_parent"
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:orientation="horizontal"
|
|
|
|
- android:paddingLeft="@dimen/d_15dp"
|
|
|
|
- android:paddingTop="@dimen/d_13dp"
|
|
|
|
- android:paddingRight="@dimen/d_15dp">
|
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="@dimen/d_45dp"
|
|
|
|
- android:layout_height="@dimen/d_45dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@drawable/shimmer_circle_background" />
|
|
|
|
-
|
|
|
|
- <LinearLayout
|
|
|
|
- android:layout_width="0dp"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_weight="1"
|
|
|
|
- android:orientation="vertical">
|
|
|
|
-
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_100dp"
|
|
|
|
- android:layout_height="@dimen/d_25dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
-
|
|
|
|
- <View
|
|
|
|
- android:layout_width="@dimen/d_120dp"
|
|
|
|
- android:layout_height="@dimen/d_20dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
-
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+ android:layout_width="@dimen/d_100dp"
|
|
|
|
+ android:layout_height="@dimen/d_25dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="70dp"
|
|
|
|
- android:layout_height="26dp"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
+ android:layout_width="@dimen/d_120dp"
|
|
|
|
+ android:layout_height="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="@dimen/d_0.5dp"
|
|
|
|
- android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
- android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
- android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
+ android:layout_width="70dp"
|
|
|
|
+ android:layout_height="26dp"
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
|
+ android:background="@drawable/shimmer_bg_rounded_corners20" />
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
+ <View
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/d_0.5dp"
|
|
|
|
+ android:layout_marginLeft="@dimen/d_15dp"
|
|
|
|
+ android:layout_marginTop="@dimen/d_20dp"
|
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
|
+ android:background="@color/shimmer_background_color" />
|
|
|
|
|
|
-</com.guadou.lib_baselib.view.shimmer.ShimmerLayout>
|
|
|
|
|
|
+</LinearLayout>
|