version:8.3
fix: update:接口请求优化,主页优化
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
android:layout_weight="1"
|
||||
android:gravity="center_vertical"
|
||||
android:text="APP"
|
||||
android:textSize="@dimen/sp_16"
|
||||
android:textSize="@dimen/sp_11"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<com.uiui.appstore.view.NumberProgressBar
|
||||
@@ -47,8 +47,8 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
app:progress_reached_bar_height="6dp"
|
||||
app:progress_reached_color="@color/default_color"
|
||||
app:progress_text_color="@color/default_color"
|
||||
app:progress_reached_color="@color/download_btn_color"
|
||||
app:progress_text_color="@color/download_btn_color"
|
||||
app:progress_text_size="10sp"
|
||||
app:progress_unreached_bar_height="0.75dp"
|
||||
app:progress_unreached_color="#CCCCCC" />
|
||||
@@ -88,7 +88,8 @@
|
||||
android:layout_width="@dimen/dp_15"
|
||||
android:layout_height="@dimen/dp_15"
|
||||
android:layout_gravity="center"
|
||||
android:layout_margin="@dimen/dp_20"
|
||||
android:layout_marginStart="@dimen/dp_20"
|
||||
android:layout_marginEnd="@dimen/dp_20"
|
||||
android:adjustViewBounds="true"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/bt_delete" />
|
||||
|
||||
Reference in New Issue
Block a user