| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/mainLay"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/EFEFEF"
- android:fitsSystemWindows="true"
- android:orientation="vertical" >
- <include
- android:id="@+id/title"
- layout="@layout/fragment_title" />
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/white" >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/white"
- android:orientation="vertical" >
- <ScrollView
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
- android:background="@color/white" >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/white"
- android:orientation="vertical" >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="15dp"
- android:orientation="horizontal" >
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp"
- android:layout_weight="1"
- android:text="姓 名"
- android:textColor="@color/black"
- android:textSize="14sp" />
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="3"
- android:orientation="vertical" >
- <TextView
- android:id="@+id/tv_new_log_add_account_name"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginTop="15dp"
- android:text="登陆账号姓名"
- android:textColor="@color/A3A3A3"
- android:textSize="14sp" />
- <View
- android:layout_width="match_parent"
- android:layout_height="0.5dp"
- android:layout_marginTop="14dp"
- android:background="@color/A3A3A3" />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="15dp"
- android:orientation="horizontal" >
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp"
- android:layout_weight="1"
- android:text="日 期"
- android:textColor="@color/black"
- android:textSize="14sp" />
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="3"
- android:orientation="vertical" >
- <TextView
- android:id="@+id/tv_new_log_add_select_date"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginTop="15dp"
- android:text="请选择日志日期"
- android:textColor="@color/A3A3A3"
- android:textSize="14sp" />
- <View
- android:layout_width="match_parent"
- android:layout_height="0.5dp"
- android:layout_marginTop="14dp"
- android:background="@color/A3A3A3" />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="15dp"
- android:orientation="horizontal" >
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp"
- android:layout_weight="1"
- android:text="范围权限"
- android:textColor="@color/black"
- android:textSize="14sp" />
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="3"
- android:orientation="vertical" >
- <TextView
- android:id="@+id/tv_new_log_add_select_permission_range"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginTop="15dp"
- android:text="请选择范围权限"
- android:textColor="@color/A3A3A3"
- android:textSize="14sp" />
- <View
- android:layout_width="match_parent"
- android:layout_height="0.5dp"
- android:layout_marginTop="14dp"
- android:background="@color/A3A3A3" />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="15dp"
- android:orientation="horizontal" >
- <TextView
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp"
- android:layout_weight="1"
- android:text="点 评 人"
- android:textColor="@color/black"
- android:textSize="14sp" />
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="3"
- android:orientation="vertical" >
- <TextView
- android:id="@+id/tv_new_log_add_select_remark_person"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginTop="15dp"
- android:text="请选择点评人"
- android:textColor="@color/A3A3A3"
- android:textSize="14sp" />
- <View
- android:layout_width="match_parent"
- android:layout_height="0.5dp"
- android:layout_marginTop="14dp" />
- </LinearLayout>
- </LinearLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/EFEFEF" >
- <TextView
- android:layout_width="100dp"
- android:layout_height="25dp"
- android:layout_marginLeft="14dp"
- android:layout_marginTop="13dp"
- android:background="@drawable/new_log_add_select_fill_background"
- android:gravity="bottom"
- android:text=" 以下均为选填"
- android:textColor="#9000"
- android:textSize="13dp" />
- </RelativeLayout>
- <EditText
- android:id="@+id/et_new_log_add_log_content"
- android:layout_width="match_parent"
- android:layout_height="100dp"
- android:layout_marginLeft="15dp"
- android:layout_marginRight="15dp"
- android:layout_marginTop="15dp"
- android:background="@null"
- android:gravity="top"
- android:hint="请填写日志内容"
- android:textSize="14dp"/>
- <!-- 新版本图片位置 -->
- <LinearLayout
- android:id="@+id/ll_log_add_show_ImageGridView"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:background="@color/white"
- android:orientation="horizontal"
- android:visibility="gone" >
- <com.dongkesoft.ibossmini.utils.ImageGridView
- android:id="@+id/igv_log_add_show_ImageGridView"
- android:layout_width="wrap_content"
- android:layout_height="@dimen/iv_layout_height_90"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
- android:columnWidth="@dimen/iv_layout_width_90"
- android:minHeight="0dp"
- android:numColumns="3"
- android:scrollbars="horizontal|vertical" />
- </LinearLayout>
- <!-- 新版本显示位置的位置 -->
- <RelativeLayout
- android:id="@+id/rl_new_log_add_location_Layout"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp" >
- <View
- android:id="@+id/view_new_log_add_location_solid"
- android:layout_width="11dp"
- android:layout_height="15dp"
- android:layout_marginLeft="15dp"
- android:background="@drawable/new_log_add_location_solid" />
- <TextView
- android:id="@+id/tv_new_log_add_location_TextView"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="11dp"
- android:layout_toRightOf="@id/view_new_log_add_location_solid"
- android:text=""
- android:textColor="@color/A3A3A3"
- android:textSize="14dp" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="16dp">
- <View
- android:id="@+id/view_new_log_add_photograph"
- android:layout_width="18dp"
- android:layout_height="15dp"
- android:layout_marginLeft="15dp"
- android:layout_centerVertical="true"
- android:background="@drawable/new_log_add_photograph" />
- <TextView
- android:id="@+id/tv_new_log_add_photograph_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="11dp"
- android:layout_toRightOf="@id/view_new_log_add_photograph"
- android:text="照相"
- android:textColor="@color/black"
- android:textSize="14dp" />
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- android:orientation="horizontal" >
- <View
- android:id="@+id/view_new_log_add_photo_album"
- android:layout_width="14dp"
- android:layout_height="15dp"
- android:layout_gravity="center_vertical"
- android:background="@drawable/new_log_add_photo_album" />
- <TextView
- android:id="@+id/tv_new_log_add_photo_album_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="11dp"
- android:layout_toRightOf="@id/view_new_log_add_photo_album"
- android:text="相册"
- android:textColor="@color/black"
- android:textSize="14dp" />
- </LinearLayout>
- <TextView
- android:id="@+id/tv_new_log_add_location_text_mark"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_marginRight="15dp"
- android:text="所在位置"
- android:textColor="@color/black"
- android:textSize="14dp" />
- <View
- android:id="@+id/view_new_log_add_location"
- android:layout_width="12dp"
- android:layout_height="15dp"
- android:layout_marginRight="11dp"
- android:layout_centerVertical="true"
- android:layout_toLeftOf="@id/tv_new_log_add_location_text_mark"
- android:background="@drawable/new_log_add_location" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="0.5dp"
- android:layout_marginLeft="15dp"
- android:layout_marginTop="16dp"
- android:background="#2000" />
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="16dp"
- android:layout_marginTop="10dp" >
- <View
- android:id="@+id/view_new_log_add_voice"
- android:layout_width="13dp"
- android:layout_height="15dp"
- android:layout_marginLeft="17dp"
- android:layout_marginTop="5dp"
- android:background="@drawable/new_log_add_voice" />
- <TextView
- android:id="@+id/tv_new_log_add_voice"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="13dp"
- android:layout_marginTop="5dp"
- android:layout_toRightOf="@id/view_new_log_add_voice"
- android:text="语音"
- android:textColor="@color/black"
- android:textSize="14dp" />
- <!-- 新版本语音位置 -->
- <com.dongkesoft.ibossmini.view.MyListView
- android:id="@+id/listview_show_voice"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="12dp"
- android:layout_marginTop="2dp"
- android:layout_toRightOf="@id/tv_new_log_add_voice"
- android:cacheColorHint="#0000"
- android:divider="@android:color/transparent" />
- <TextView
- android:id="@+id/tv__new_log_add_long_recording_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_marginRight="15dp"
- android:layout_marginTop="5dp"
- android:text="长按录音"
- android:textColor="@color/A3A3A3"
- android:textSize="13dp" />
- <View
- android:id="@+id/view_new_log_add_long_recording"
- android:layout_width="14dp"
- android:layout_height="15dp"
- android:layout_marginRight="3dp"
- android:layout_marginTop="5dp"
- android:layout_toLeftOf="@id/tv__new_log_add_long_recording_text"
- android:background="@drawable/new_log_add_long_recording" />
- </RelativeLayout>
- </LinearLayout>
- </ScrollView>
- <RelativeLayout
- android:id="@+id/rl_new_log_add_save"
- android:layout_width="match_parent"
- android:layout_height="75dp"
- android:layout_gravity="bottom"
- android:background="@color/EFEFEF" >
- <Button
- android:id="@+id/btn_new_log_add_save"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginBottom="20dp"
- android:layout_marginLeft="15dp"
- android:layout_marginRight="15dp"
- android:layout_marginTop="15dp"
- android:background="@drawable/new_log_add_save_button" />
- </RelativeLayout>
- <!-- 按住说话布局android:visibility="gone" android:layout_height="40dp" -->
- <LinearLayout
- android:id="@+id/ll_new_log_add_down_speak"
- android:layout_width="fill_parent"
- android:layout_height="75dp"
- android:layout_gravity="bottom"
- android:layout_marginTop="2dp"
- android:background="@color/white"
- android:orientation="horizontal"
- android:visibility="gone" >
- </LinearLayout>
- </LinearLayout>
- <!-- 中断聊天 -->
- <LinearLayout
- android:id="@+id/ll_new_log_add_rcChat_popup"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:gravity="center"
- android:visibility="gone" >
- <include
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- layout="@layout/voice_rcd_hint_window" />
- </LinearLayout>
- </FrameLayout>
- </LinearLayout>
|