Commit 627e359c authored by mengcuiguang's avatar mengcuiguang

添加公众号

parent 5ece79d3
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
android:nestedScrollingEnabled="false" android:nestedScrollingEnabled="false"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" /> app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
<!-- <include layout="@layout/item_fragment_main_my_customer_service" />--> <include layout="@layout/item_fragment_main_my_customer_service" />
</LinearLayout> </LinearLayout>
......
...@@ -9,11 +9,13 @@ ...@@ -9,11 +9,13 @@
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:paddingTop="10dp" android:paddingTop="10dp"
android:paddingBottom="10dp" android:paddingBottom="10dp"
android:visibility="gone"
android:text="官方QQ群(点击咨询):" /> android:text="官方QQ群(点击咨询):" />
<TextView <TextView
android:id="@+id/item_bottom_qqGroupNum" android:id="@+id/item_bottom_qqGroupNum"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:visibility="gone"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:layout_marginBottom="10dp" /> android:layout_marginBottom="10dp" />
...@@ -21,6 +23,7 @@ ...@@ -21,6 +23,7 @@
<TextView <TextView
android:id="@+id/item_bottom_info" android:id="@+id/item_bottom_info"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_marginTop="10dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:layout_marginBottom="20dp" android:layout_marginBottom="20dp"
......
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