...
|
...
|
@@ -262,10 +262,9 @@ |
|
|
android:layout_below="@id/ll_top"
|
|
|
android:layout_marginHorizontal="@dimen/dp_17"
|
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
|
android:layout_marginBottom="@dimen/dp_35"
|
|
|
android:background="@drawable/shape_bg_white_12"
|
|
|
android:orientation="vertical"
|
|
|
android:visibility="gone">
|
|
|
android:visibility="visible">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
...
|
...
|
@@ -616,7 +615,16 @@ |
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<!-- 已经加入创作者的布局👇-->
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_zhanwei"
|
|
|
android:layout_marginTop="@dimen/dp_35"
|
|
|
android:orientation="vertical"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<!-- 已经加入创作者的布局👇 2021.09.18修改为不显示这里了-->
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ll_joined_quanyi"
|
|
|
android:layout_width="match_parent"
|
...
|
...
|
@@ -627,7 +635,7 @@ |
|
|
android:layout_marginBottom="@dimen/dp_12"
|
|
|
android:background="@drawable/shape_bg_white_12"
|
|
|
android:orientation="vertical"
|
|
|
android:visibility="visible">
|
|
|
android:visibility="gone">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
...
|
...
|
@@ -669,6 +677,7 @@ |
|
|
|
|
|
<!-- 已经加入创作者的布局👇-->
|
|
|
<com.google.android.material.tabs.TabLayout
|
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
|
android:id="@+id/tab_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="44dp"
|
...
|
...
|
@@ -685,7 +694,6 @@ |
|
|
android:id="@+id/viewPager"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/dp_5"
|
|
|
android:visibility="visible" />
|
|
|
</LinearLayout>
|
|
|
|
...
|
...
|
|