Commit a9fbf1af authored by wanglei's avatar wanglei

[拆包]清理页ui

parent 9d8cae5f
...@@ -2,14 +2,25 @@ ...@@ -2,14 +2,25 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" 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="wrap_content"
android:layout_gravity="center"
android:background="@color/transparent"
android:paddingHorizontal="@dimen/dp_26"
tools:context=".ui.clean.CleanNativeFragment"> tools:context=".ui.clean.CleanNativeFragment">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@drawable/bg_ffffff_8">
<com.base.appzxhy.business.ads.NativeParentView <com.base.appzxhy.business.ads.NativeParentView
android:id="@+id/flAd" android:id="@+id/flAd"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center"> android:layout_gravity="center"
android:layout_margin="@dimen/dp_16"
android:layout_marginHorizontal="@dimen/dp_8">
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -19,5 +30,7 @@ ...@@ -19,5 +30,7 @@
</com.base.appzxhy.business.ads.NativeParentView> </com.base.appzxhy.business.ads.NativeParentView>
</FrameLayout>
</FrameLayout> </FrameLayout>
\ No newline at end of file
...@@ -99,6 +99,7 @@ ...@@ -99,6 +99,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:layout_marginBottom="@dimen/dp_8"
android:gravity="center" android:gravity="center"
android:orientation="vertical"> android:orientation="vertical">
......
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