<?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="#121212"
|
android:orientation="vertical">
|
|
<LinearLayout
|
android:id="@+id/linerbarversion"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="56dp"
|
android:gravity="center_vertical">
|
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:gravity="center_vertical"
|
android:orientation="vertical">
|
|
<ImageView
|
android:id="@+id/button_version_save"
|
android:layout_width="30dp"
|
android:layout_height="30dp"
|
android:layout_marginLeft="20dp"
|
android:background="@mipmap/ic_return"
|
android:scaleType="centerInside" />
|
</LinearLayout>
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:gravity="center"
|
android:text="版本信息"
|
android:textColor="@color/white"
|
android:textSize="25sp" />
|
|
</LinearLayout>
|
</LinearLayout>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="0.3dp"
|
android:background="#333333"></View>
|
|
<ScrollView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="vertical">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="30dp"
|
android:gravity="center_horizontal"
|
android:orientation="horizontal"
|
android:paddingLeft="30dp"
|
android:paddingRight="30dp">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@drawable/sr_liner_rectangle"
|
android:orientation="vertical">
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="60dp"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="20dp"
|
android:text="SDK版本"
|
android:textColor="@color/white"
|
android:textSize="20sp" />
|
|
<TextView
|
android:id="@+id/sdkversion"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentRight="true"
|
android:layout_marginRight="15dp"
|
android:text="V4.2.0"
|
android:textColor="#999999"
|
android:textSize="15sp"></TextView>
|
|
</RelativeLayout>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="0.3dp"
|
android:background="#333333"></View>
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="60dp"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="20dp"
|
android:text="系统版本"
|
android:textColor="@color/white"
|
android:textSize="20sp" />
|
|
<TextView
|
android:id="@+id/systemversion"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentRight="true"
|
android:layout_marginRight="15dp"
|
android:text="V8.0"
|
android:textColor="#999999"
|
android:textSize="15sp"></TextView>
|
</RelativeLayout>
|
</LinearLayout>
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="30dp"
|
android:gravity="center_horizontal"
|
android:orientation="horizontal"
|
android:paddingLeft="30dp"
|
android:paddingRight="30dp">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@drawable/sr_liner_rectangle"
|
android:orientation="vertical">
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="60dp"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="20dp"
|
android:text="激活状态"
|
android:textColor="@color/white"
|
android:textSize="20sp" />
|
|
<TextView
|
android:id="@+id/activatestatus"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentRight="true"
|
android:layout_marginRight="15dp"
|
android:text="已激活"
|
android:textColor="#999999"
|
android:textSize="15sp"></TextView>
|
</RelativeLayout>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="0.3dp"
|
android:background="#333333"></View>
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="60dp"
|
android:gravity="center_vertical"
|
android:visibility="gone"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="20dp"
|
android:text="激活方式"
|
android:textColor="@color/white"
|
android:textSize="20sp" />
|
|
<TextView
|
android:id="@+id/activatetype"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentRight="true"
|
android:layout_marginRight="15dp"
|
android:text="离线激活"
|
android:textColor="#999999"
|
android:textSize="15sp"></TextView>
|
</RelativeLayout>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="0.3dp"
|
android:background="#333333"></View>
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="60dp"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="20dp"
|
android:text="授权有效期"
|
android:textColor="@color/white"
|
android:textSize="20sp" />
|
|
<TextView
|
android:id="@+id/activatedata"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentRight="true"
|
android:layout_marginRight="15dp"
|
android:text="无法获取"
|
android:textColor="#999999"
|
android:textSize="15sp"></TextView>
|
</RelativeLayout>
|
</LinearLayout>
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
|
<TextView
|
android:id="@+id/logo_text"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_alignParentBottom="true"
|
android:layout_marginBottom="23dp"
|
android:alpha="0.4"
|
android:gravity="center_horizontal"
|
android:text="— 百度大脑技术支持 —"
|
android:textColor="#666666"
|
android:textSize="@dimen/bottom_font" />
|
</RelativeLayout>
|
|
</LinearLayout>
|