update:2020.12.25
fix:新后台对接完成 add:
This commit is contained in:
@@ -112,7 +112,8 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:overScrollMode="never"
|
||||
android:scrollbars="none">
|
||||
android:scrollbars="none"
|
||||
android:visibility="gone">
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/detail_rv_image"
|
||||
@@ -131,6 +132,7 @@
|
||||
android:layout_marginRight="@dimen/dp_15"
|
||||
android:text="应用介绍"
|
||||
android:textSize="@dimen/sp_16"
|
||||
android:visibility="gone"
|
||||
android:textStyle="bold">
|
||||
|
||||
</TextView>
|
||||
@@ -153,6 +155,7 @@
|
||||
android:layout_marginRight="@dimen/dp_15"
|
||||
android:text="更新"
|
||||
android:textSize="@dimen/sp_16"
|
||||
android:visibility="gone"
|
||||
android:textStyle="bold">
|
||||
|
||||
</TextView>
|
||||
@@ -176,6 +179,7 @@
|
||||
android:layout_marginRight="@dimen/dp_15"
|
||||
android:text="信息"
|
||||
android:textSize="@dimen/sp_16"
|
||||
android:visibility="gone"
|
||||
android:textStyle="bold">
|
||||
|
||||
</TextView>
|
||||
@@ -195,6 +199,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/dp_15"
|
||||
android:layout_marginRight="@dimen/dp_15"
|
||||
android:visibility="gone"
|
||||
android:text="版本" />
|
||||
|
||||
<TextView
|
||||
@@ -203,6 +208,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/dp_15"
|
||||
android:layout_marginRight="@dimen/dp_15"
|
||||
android:visibility="gone"
|
||||
android:text="时间" />
|
||||
|
||||
<TextView
|
||||
@@ -211,6 +217,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="@dimen/dp_15"
|
||||
android:layout_marginRight="@dimen/dp_15"
|
||||
android:visibility="gone"
|
||||
android:text="开发者" />
|
||||
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginLeft="20dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:visibility="gone"
|
||||
android:layout_weight="1">
|
||||
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1.5"
|
||||
android:gravity="center_vertical"
|
||||
android:gravity="bottom"
|
||||
android:singleLine="true"
|
||||
android:text="今日头条"
|
||||
android:textColor="@color/black"
|
||||
@@ -48,6 +48,7 @@
|
||||
android:gravity="center_vertical"
|
||||
android:singleLine="true"
|
||||
android:text="北京字节跳动网络技术有限公司"
|
||||
android:visibility="gone"
|
||||
android:textSize="12sp" />
|
||||
|
||||
|
||||
@@ -78,7 +79,7 @@
|
||||
android:stateListAnimator="@null"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginRight="10dp"
|
||||
android:background="@drawable/btn_style_none"
|
||||
android:background="@drawable/btn_shap_download"
|
||||
android:text="下载中"
|
||||
android:textSize="@dimen/sp_16"
|
||||
android:visibility="visible" />
|
||||
|
||||
Reference in New Issue
Block a user