<?xml version="1.0" encoding="utf-8"?>
<com.zhy.autolayout.AutoRelativeLayout 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"
tools:context="com.electric.chargingpile.TestActivity">
<TextView
android:layout_width="match_parent"
android:layout_height="124px"
android:background="@color/lvse"
android:text="这是一个测试"
android:gravity="center"
android:textColor="@color/white"
android:textSize="52px"/>
</com.zhy.autolayout.AutoRelativeLayout>
|