Files
HouseProperty/app/src/main/res/layout/activity_commodity.xml
2020-08-03 09:11:54 +08:00

67 lines
4.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
>
<ScrollView
android:layout_width="match_parent"
android:fitsSystemWindows="true"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:orientation="vertical"
android:layout_height="match_parent">
<LinearLayout
android:background="#f7f7f7"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:background="@color/white"
android:layout_marginTop="10dip"
android:layout_width="match_parent"
android:orientation="vertical"
android:paddingLeft="15dip"
android:paddingRight="15dip"
android:layout_height="match_parent">
<TextView
android:layout_marginTop="30dip"
android:textColor="@color/black"
android:layout_width="match_parent"
android:text="bong konka 5彩屏智能手环 跑步指导查看运动燃脂状态 心率检测科学睡眠监测 运动手环 音乐切换遥控拍照酷黑"
android:layout_height="wrap_content" />
<TextView
android:layout_marginTop="8dip"
android:layout_width="match_parent"
android:textColor="@color/lightlittleGrey"
android:textSize="10sp"
android:text="2018-09-28 09:08:39"
android:layout_height="wrap_content" />
<TextView
android:layout_width="match_parent"
android:layout_marginTop="10dip"
android:text=" 2018年3月佳能
(中国)召开了《报告》编制启
动会,开展社会责任培训与交流。
同时,为更好地了解利益相关方的期望和诉求,佳能(中国)不仅通过调研访谈的方式,详细了解了各部门和佳能在中国大陆地区生产企业在
推进社会责任方面的努力与贡献,还通过线上、线下问卷调查和沟通会等方式全方面、多角度地深入挖掘和披露企业的亮点实践,倾听“责任”背后的感人故事。
《报告》以“联合国2030可持续发展议程”
SDGs为指引在参考国内外社会责任报告编制标准的基础上认真学习和参考了更加符合外资企业特点的《中国外商投资企业社会责任报告编写指南》
CEFI-CSR1.0),使《报告》指标覆盖更全面,披露更细致,更具针对性,进而系统地阐述佳能(中国)在“共生”的企业理念的指导下,如何通过在守法合规、影像公益、客户责任、伙伴责任、员工责任、环境责任六大领域的责任行动,不断满
足人们日益增长的美好需求。
佳能(中国)坚守初心,助推美好生活建设,致力于用影像技术满足人们日益增长的美好生活需求,共享幸福新时代。《报告》用影像记录佳能责任足迹,从价值导向梳理履责特点,以“美好生活 感动常在”和“不忘初心 非凡跨越”两大篇章,向利益
相关者呈现出企业愿景以及责任理念和实践的美好“画卷”。《报告》还通过“四十载光彩 创造新价值”专题,梳理佳能在中国的发展历程,体现多年来贡献中国的深厚情怀与不懈行动,展示出佳能的责任与担当。
《报告》经中国社会科学院经济学部企业社会责任研究中心牵头的专家组评定,连续第三年获得满分五星评级,同时,《报告》在过程性、实质性、可比性、可读性、创新性方面均获得了五星的评价。"
android:layout_height="wrap_content" />
<ImageView
android:layout_margin="20dip"
android:id="@+id/myImage"
android:scaleType="fitXY"
android:layout_height="180dip"
android:layout_width="match_parent"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>
</layout>