| | |
| | | <RelativeLayout |
| | | android:id="@+id/webViewRL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | > |
| | | android:layout_height="match_parent"> |
| | | |
| | | |
| | | <WebView |
| | |
| | | android:src="@drawable/ic_edit_btn" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/headerLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="25dp" |
| | | android:gravity="center" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="负责人:" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/common_text_size_little" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/header" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/common_text_size_little" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/phoneLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="25dp" |
| | | android:gravity="center" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="联系电话:" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/common_text_size_little" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/phone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:ellipsize="end" |
| | | android:maxLines="1" |
| | | android:text="" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/common_text_size_little" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="25dp" |
| | |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/common_text_size_little" /> |
| | | </LinearLayout> |
| | | |
| | | </LinearLayout> |
| | | |
| | | </ScrollView> |