Commit 79099a5c authored by wanglei's avatar wanglei

...

parent cf58da56
......@@ -472,6 +472,7 @@
android:layout_weight="1">
<FrameLayout
android:background="@drawable/bg_ffffff_10"
android:id="@+id/fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content"
......
......@@ -49,6 +49,7 @@
tools:ignore="HardcodedText" />
<FrameLayout
android:background="@drawable/bg_ffffff_10"
android:id="@+id/id_fl_native"
android:layout_width="match_parent"
android:layout_height="wrap_content"
......
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
android:background="@mipmap/bg"
android:orientation="vertical">
......@@ -44,6 +44,7 @@
android:id="@+id/id_fl_native"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_ffffff_10"
app:layout_constraintBottom_toBottomOf="parent">
<io.supercharge.shimmerlayout.ShimmerLayout
......
......@@ -118,6 +118,7 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<FrameLayout
android:background="@drawable/bg_ffffff_10"
android:id="@+id/fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content">
......
......@@ -116,6 +116,7 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<FrameLayout
android:background="@drawable/bg_ffffff_10"
android:id="@+id/fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
......
......@@ -171,6 +171,7 @@
android:id="@+id/id_fl_ad"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_ffffff_10"
app:layout_constraintTop_toBottomOf="@+id/id_ll_today_weather">
<io.supercharge.shimmerlayout.ShimmerLayout
......@@ -263,7 +264,8 @@
android:id="@+id/id_fl_native"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom">
android:layout_gravity="bottom"
android:background="@drawable/bg_ffffff_10">
<io.supercharge.shimmerlayout.ShimmerLayout
android:id="@+id/shimmerLayout"
......
......@@ -11,6 +11,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="20dp"
android:background="#ffffff"
app:layout_constraintBottom_toTopOf="@+id/iv">
<io.supercharge.shimmerlayout.ShimmerLayout
......
......@@ -86,11 +86,12 @@
android:layout_width="345dp"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="10dp">
android:layout_marginTop="10dp"
android:background="@drawable/bg_ffffff_10">
<io.supercharge.shimmerlayout.ShimmerLayout
android:id="@+id/shimmerLayout"
android:layout_width="match_parent"
android:layout_width="318dp"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal"
android:layout_marginHorizontal="16dp"
......
......@@ -369,6 +369,8 @@
</LinearLayout>
<FrameLayout
android:layout_marginHorizontal="16dp"
android:background="@drawable/bg_ffffff_10"
android:id="@+id/id_fl_native"
android:layout_width="match_parent"
android:layout_height="wrap_content">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment