充电桩app代码

item_gv_time.xml 640B

    <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#dbdbdb" android:orientation="vertical" android:padding="1dp" > <TextView android:id="@+id/item_time" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_gravity="center" android:background="@color/white" android:gravity="center" android:text="08:00" android:textSize="15sp" /> </LinearLayout>