Commit 79099a5c authored by wanglei's avatar wanglei

...

parent cf58da56
...@@ -472,6 +472,7 @@ ...@@ -472,6 +472,7 @@
android:layout_weight="1"> android:layout_weight="1">
<FrameLayout <FrameLayout
android:background="@drawable/bg_ffffff_10"
android:id="@+id/fl_ad" android:id="@+id/fl_ad"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
......
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
tools:ignore="HardcodedText" /> tools:ignore="HardcodedText" />
<FrameLayout <FrameLayout
android:background="@drawable/bg_ffffff_10"
android:id="@+id/id_fl_native" android:id="@+id/id_fl_native"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" <androidx.constraintlayout.widget.ConstraintLayout 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:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
android:background="@mipmap/bg" android:background="@mipmap/bg"
android:orientation="vertical"> android:orientation="vertical">
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
android:id="@+id/id_fl_native" android:id="@+id/id_fl_native"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@drawable/bg_ffffff_10"
app:layout_constraintBottom_toBottomOf="parent"> app:layout_constraintBottom_toBottomOf="parent">
<io.supercharge.shimmerlayout.ShimmerLayout <io.supercharge.shimmerlayout.ShimmerLayout
......
...@@ -118,6 +118,7 @@ ...@@ -118,6 +118,7 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<FrameLayout <FrameLayout
android:background="@drawable/bg_ffffff_10"
android:id="@+id/fl_ad" android:id="@+id/fl_ad"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
......
...@@ -116,6 +116,7 @@ ...@@ -116,6 +116,7 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<FrameLayout <FrameLayout
android:background="@drawable/bg_ffffff_10"
android:id="@+id/fl_ad" android:id="@+id/fl_ad"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" > android:layout_height="wrap_content" >
......
...@@ -171,6 +171,7 @@ ...@@ -171,6 +171,7 @@
android:id="@+id/id_fl_ad" android:id="@+id/id_fl_ad"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@drawable/bg_ffffff_10"
app:layout_constraintTop_toBottomOf="@+id/id_ll_today_weather"> app:layout_constraintTop_toBottomOf="@+id/id_ll_today_weather">
<io.supercharge.shimmerlayout.ShimmerLayout <io.supercharge.shimmerlayout.ShimmerLayout
...@@ -263,7 +264,8 @@ ...@@ -263,7 +264,8 @@
android:id="@+id/id_fl_native" android:id="@+id/id_fl_native"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="bottom"> android:layout_gravity="bottom"
android:background="@drawable/bg_ffffff_10">
<io.supercharge.shimmerlayout.ShimmerLayout <io.supercharge.shimmerlayout.ShimmerLayout
android:id="@+id/shimmerLayout" android:id="@+id/shimmerLayout"
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="20dp" android:layout_marginBottom="20dp"
android:background="#ffffff"
app:layout_constraintBottom_toTopOf="@+id/iv"> app:layout_constraintBottom_toTopOf="@+id/iv">
<io.supercharge.shimmerlayout.ShimmerLayout <io.supercharge.shimmerlayout.ShimmerLayout
......
...@@ -86,11 +86,12 @@ ...@@ -86,11 +86,12 @@
android:layout_width="345dp" android:layout_width="345dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:layout_marginTop="10dp"> android:layout_marginTop="10dp"
android:background="@drawable/bg_ffffff_10">
<io.supercharge.shimmerlayout.ShimmerLayout <io.supercharge.shimmerlayout.ShimmerLayout
android:id="@+id/shimmerLayout" android:id="@+id/shimmerLayout"
android:layout_width="match_parent" android:layout_width="318dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal" android:layout_gravity="bottom|center_horizontal"
android:layout_marginHorizontal="16dp" android:layout_marginHorizontal="16dp"
......
...@@ -369,6 +369,8 @@ ...@@ -369,6 +369,8 @@
</LinearLayout> </LinearLayout>
<FrameLayout <FrameLayout
android:layout_marginHorizontal="16dp"
android:background="@drawable/bg_ffffff_10"
android:id="@+id/id_fl_native" android:id="@+id/id_fl_native"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> 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