123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244 |
- <?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>
- <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>
- <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>
|