充电桩app代码

fragment_yue.xml 1.9KB

    <com.zhy.autolayout.AutoLinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/activity_bgcolor" android:orientation="vertical" tools:context="com.electric.chargingpile.fragment.YueFragment"> <com.zhy.autolayout.AutoRelativeLayout android:layout_width="match_parent" android:layout_height="184px" android:background="@color/white"> <ImageView android:id="@+id/iv_yue" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/icon_huangyue" android:layout_marginLeft="47px" android:layout_alignParentLeft="true" android:layout_centerVertical="true"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="账户余额" android:textSize="15sp" android:textColor="@color/ui_65" android:layout_toRightOf="@+id/iv_yue" android:layout_marginLeft="44px" android:layout_centerVertical="true"/> <TextView android:id="@+id/tv_yuenum" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_marginRight="44px" android:text="¥20.01" android:textColor="@color/lvse" android:textSize="16sp" android:layout_centerVertical="true"/> </com.zhy.autolayout.AutoRelativeLayout> <View android:layout_width="match_parent" android:layout_height="0.5dp" android:background="@color/ui_line"/> </com.zhy.autolayout.AutoLinearLayout>