<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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:orientation="vertical"
tools:context="com.electric.chargingpile.activity.TesttActivity">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="132px"
android:background="#06c1ae"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="500px"
android:background="#ff8092"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="22px"
android:background="#fff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="270px"
android:background="#d686ff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="22px"
android:background="#fff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="425px"
android:background="#31eeff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="22px"
android:background="#fff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="328px"
android:background="#55c7fc"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="22px"
android:background="#fff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="122px"
android:background="#06c1ae"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="56px"
android:background="#d686ff"></LinearLayout>
</LinearLayout>
|