| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- ~ Copyright (c) 2015. Ncomz. All Rights Reserved
- -->
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/color_body_01"
- android:fitsSystemWindows="true"
- android:orientation="vertical">
- <include layout="@layout/app_toolbar"/>
- <android.support.v4.widget.SwipeRefreshLayout
- android:id="@+id/swiperefreshlayou"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:visibility="visible">
- <com.ntels.kneet.v2.common.widget.CustomScrollView
- android:id="@+id/svBody"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
- android:fadingEdge="none">
- <LinearLayout
- android:id="@+id/llSvbody"
- 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:orientation="vertical"
- android:visibility="visible">
- <LinearLayout
- android:id="@+id/llState_Online"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:paddingLeft="15dp"
- android:paddingRight="15dp"
- android:visibility="visible">
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="25dp"
- android:layout_weight="1"
- android:orientation="vertical"
- android:paddingLeft="15dp">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:includeFontPadding="false"
- android:text="@string/layout_homehub_02"
- android:textColor="@color/color_text_01"
- android:textSize="@dimen/size_font_02"
- android:textStyle="bold"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:layout_weight="1"
- android:includeFontPadding="false"
- android:text="@string/layout_homehub_03"
- android:textColor="@color/color_text_01"
- android:textSize="@dimen/size_font_04"
- />
- </LinearLayout>
- <ImageView
- android:layout_width="55dp"
- android:layout_height="55dp"
- android:layout_marginBottom="20dp"
- android:layout_marginTop="20dp"
- android:background="@drawable/img_homehub_icon_online"/>
- </LinearLayout>
- <LinearLayout
- android:id="@+id/llState_Offline"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:paddingLeft="15dp"
- android:paddingRight="15dp"
- android:visibility="gone">
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="25dp"
- android:layout_weight="1"
- android:orientation="vertical"
- android:paddingLeft="15dp">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:includeFontPadding="false"
- android:text="@string/layout_homehub_02"
- android:textColor="@color/color_text_01"
- android:textSize="@dimen/size_font_02"
- android:textStyle="bold"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:layout_weight="1"
- android:includeFontPadding="false"
- android:text="@string/layout_homehub_04"
- android:textColor="@color/color_text_01"
- android:textSize="@dimen/size_font_04"
- />
- </LinearLayout>
- <ImageView
- android:layout_width="55dp"
- android:layout_height="55dp"
- android:layout_marginBottom="20dp"
- android:layout_marginTop="20dp"
- android:background="@drawable/img_homehub_icon_offline"/>
- </LinearLayout>
- <View style="@style/width_Divider_01"/>
- <View style="@style/width_section"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:orientation="vertical"
- android:paddingBottom="25dp"
- android:paddingLeft="30dp"
- android:paddingRight="15dp"
- android:paddingTop="25dp">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:includeFontPadding="false"
- android:text="@string/layout_homehub_05"
- android:textColor="@color/color_text_01"
- android:textSize="@dimen/size_font_02"
- android:textStyle="bold"
- />
- <TextView
- android:id="@+id/tvDate"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:layout_weight="1"
- android:includeFontPadding="false"
- android:text="@string/layout_homehub_04"
- android:textColor="@color/color_text_01"
- android:textSize="@dimen/size_font_04"
- />
- </LinearLayout>
- <View style="@style/width_Divider_01"/>
- <View style="@style/width_section"/>
- <LinearLayout
- android:id="@+id/llKeyChange"
- 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_weight="1"
- android:orientation="vertical"
- android:paddingBottom="20dp"
- android:paddingLeft="30dp"
- android:paddingRight="15dp"
- android:visibility="visible">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="top"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="25dp"
- android:layout_weight="1"
- android:includeFontPadding="false"
- android:text="@string/layout_homehub_06"
- android:textColor="@color/color_text_01"
- android:textSize="@dimen/size_font_02"
- android:textStyle="bold"
- />
- <Button
- android:id="@+id/btnKeyChange"
- android:layout_width="wrap_content"
- android:layout_height="35dp"
- android:layout_marginTop="20dp"
- android:background="@drawable/d_img_btn_bg_red"
- android:text="@string/layout_homehub_07"/>
- </LinearLayout>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="20dp"
- android:layout_weight="1"
- android:includeFontPadding="false"
- android:text="@string/layout_homehub_08"
- android:textColor="@color/color_text_02"
- android:textSize="@dimen/size_font_04"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:layout_weight="1"
- android:includeFontPadding="false"
- android:text="@string/layout_homehub_09"
- android:textColor="@color/color_text_01"
- android:textSize="@dimen/size_font_04"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:layout_weight="1"
- android:includeFontPadding="false"
- android:text="@string/layout_homehub_10"
- android:textColor="@color/color_text_01"
- android:textSize="@dimen/size_font_04"
- />
- </LinearLayout>
- <View style="@style/width_Divider_01"/>
- <View style="@style/width_section"/>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:orientation="horizontal"
- android:paddingBottom="40dp"
- android:paddingLeft="15dp"
- android:paddingRight="15dp"
- android:paddingTop="40dp">
- <ImageView
- android:layout_width="10dp"
- android:layout_height="10dp"
- android:layout_marginTop="3dp"
- android:background="@drawable/common_bullet_circle_black"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
- android:layout_weight="1"
- android:includeFontPadding="false"
- android:text="@string/layout_homehub_11"
- android:textColor="@color/color_text_01"
- android:textSize="@dimen/size_font_04"
- />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- </com.ntels.kneet.v2.common.widget.CustomScrollView>
- </android.support.v4.widget.SwipeRefreshLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <View
- style="@style/width_Divider_02"/>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="60dp"
- android:layout_gravity="center_horizontal"
- android:background="@drawable/color_bg_01"
- android:gravity="center">
- <LinearLayout
- android:id="@+id/llBtn1"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:gravity="center">
- <TextView
- android:id="@+id/tvBtn1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="@null"
- android:includeFontPadding="false"
- android:text="@string/layout_close"
- android:textColor="@drawable/d_font_color_font_01_color_font_02"
- android:textSize="@dimen/size_font_05"
- android:textStyle="bold"/>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
|