Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added webcloud_android/doc/qietu.zip
Binary file not shown.
28 changes: 28 additions & 0 deletions webcloud_android/res/layout/zx_comm_head.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="60dp"
android:gravity="center_vertical"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:background="@drawable/m1" >

<Button
android:id="@+id/btnBack"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:text="@string/back" />

<TextView
android:id="@+id/tvTitle"
style="@style/TextView_common_title"
android:layout_centerInParent="true"
android:text="@string/head_title" />

<Button
android:id="@+id/btnMap"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:text="@string/map" />

</RelativeLayout>
47 changes: 47 additions & 0 deletions webcloud_android/res/layout/zx_company_activity.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?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:orientation="vertical" >

<include
android:layout_width="match_parent"
android:layout_height="60dp"
layout="@layout/zx_comm_head" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="20dp" >

<ImageView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scaleType="matrix"
android:src="@drawable/ic_launcher" />

<TextView
android:id="@+id/tvCompanyAddress"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:text="地址:" />

<TextView
android:id="@+id/tvCompanyTel"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:text="电话:" />

<TextView
android:id="@+id/tvCompanyJS"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:gravity="left"
android:text="介绍:111111111111111111111111111111111111111111111111111111111111111111111111111111111111111" />
</LinearLayout>

</LinearLayout>
74 changes: 37 additions & 37 deletions webcloud_android/res/layout/zx_main_activity.xml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
<?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:orientation="vertical"
android:padding="30dp">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_marginBottom="20dp">
<TextView
android:id="@+id/mTVzx"
style="@style/TextView_main_title"
android:layout_centerVertical="true"
android:layout_alignParentLeft="true"
android:text="@string/zx"/>
<Button
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:id="@+id/mBtnSetting"
android:text="@string/setting"
style="@style/TextView_main_title"/>
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<GridView
android:id="@+id/mGVmain"
style="@style/GridView_main">
</GridView>
</LinearLayout>
</LinearLayout>
<?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:orientation="vertical"
android:padding="30dp">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_marginBottom="20dp">
<TextView
android:id="@+id/tvZX"
style="@style/TextView_main_title"
android:layout_centerVertical="true"
android:layout_alignParentLeft="true"
android:text="@string/zx"/>
<Button
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:id="@+id/btnSetting"
android:text="@string/setting"
style="@style/TextView_main_title"/>
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<GridView
android:id="@+id/gvMain"
style="@style/GridView_main">

</GridView>
</LinearLayout>


</LinearLayout>
25 changes: 14 additions & 11 deletions webcloud_android/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">电信云平台</string>
<resources>

<string name="app_name">电信云平台</string>
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
<string name="hello_world">Hello world!</string>
<string name="input_username">请输入手机号</string>
<string name="input_password">请输入密码</string>
<string name="input_producekey">请输入产品编号</string>
<string name="btn_login">登录</string>
<string name="request_phone_error">手机号不能为空</string>
<string name="request_phone_error">手机号不能为空</string>
<string name="request_product_error">请输入产品编号</string>

<string name="app_update">乐搜正在更新</string>
Expand Down Expand Up @@ -98,9 +98,12 @@
<!-- <item >垃圾箱</item> -->
</string-array>

<string name="zx">装修</string>
<string name="setting">设置</string>
<string name="gsjs">公司介绍</string>
<string name="zxdt">装修动态</string>
<string name="sjtd">设计团队</string>
</resources>
<string name="zx">装修</string>
<string name="setting">设置</string>
<string name="back">后退</string>
<string name="gsjs">公司介绍</string>
<string name="zxdt">装修动态</string>
<string name="sjtd">设计团队</string>
<string name="head_title">标题</string>
<string name="map">地图</string>
</resources>
Loading