version:1.1.5
update:优化手机适配 bugfixes:
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
android:onClick="@{click::exit}">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="@dimen/dp_240"
|
||||
android:layout_height="@dimen/dp_160"
|
||||
android:layout_width="@dimen/dp_300"
|
||||
android:layout_height="@dimen/dp_240"
|
||||
android:background="@drawable/vip_background"
|
||||
android:onClick="@{click::empty}"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
@@ -41,12 +41,12 @@
|
||||
android:layout_gravity="center"
|
||||
android:text="会员权益说明"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="@dimen/sp_11"
|
||||
android:textSize="@dimen/sp_18"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="@dimen/dp_44"
|
||||
android:layout_height="@dimen/dp_44"
|
||||
android:layout_width="@dimen/dp_80"
|
||||
android:layout_height="@dimen/dp_80"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="@dimen/dp_16"
|
||||
android:adjustViewBounds="true"
|
||||
@@ -61,7 +61,7 @@
|
||||
android:layout_marginTop="@dimen/dp_16"
|
||||
android:text="@string/space_free"
|
||||
android:textColor="@color/gray"
|
||||
android:textSize="@dimen/sp_9" />
|
||||
android:textSize="@dimen/sp_14" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_space_used"
|
||||
@@ -71,7 +71,7 @@
|
||||
android:layout_marginTop="@dimen/dp_16"
|
||||
android:text="@string/space_used"
|
||||
android:textColor="@color/gray"
|
||||
android:textSize="@dimen/sp_9" />
|
||||
android:textSize="@dimen/sp_14" />
|
||||
</LinearLayout>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
Reference in New Issue
Block a user