android:textSize="12sp"
|
|
|
76
|
tools:text="电费:0.5906元/度 服务费:0.5906元/度" />
|
|
|
77
|
</LinearLayout>
|
|
70
|
78
|
</LinearLayout>
|
|
71
|
|
</LinearLayout>
|
|
|
79
|
|
|
|
80
|
<ImageView
|
|
|
81
|
android:id="@+id/now_icon"
|
|
|
82
|
android:layout_width="wrap_content"
|
|
|
83
|
android:layout_height="wrap_content"
|
|
|
84
|
android:src="@drawable/now_icon"
|
|
|
85
|
android:visibility="gone"
|
|
|
86
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
87
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
88
|
tools:visibility="visible" />
|
|
|
89
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
72
|
90
|
|
|
73
|
91
|
<View
|
|
74
|
92
|
android:layout_width="match_parent"
|