version:1.0.5
fix: update:资源替换,跳转优化
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="最近阅读"
|
||||
android:text="阅读报告"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="12sp" />
|
||||
|
||||
@@ -180,13 +180,25 @@
|
||||
android:layout_marginTop="5dp" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="238dp"
|
||||
android:layout_height="138dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:adjustViewBounds="true"
|
||||
android:onClick="onClick"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/icon_read_suhb"
|
||||
android:tag="@string/tag_args_new_zhtsg_syhb" />
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="238dp"
|
||||
android:layout_height="138dp"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:background="@drawable/bg_shape_zjxx"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -227,6 +239,7 @@
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="9sp" />
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<ImageView
|
||||
|
||||
Reference in New Issue
Block a user