DigitalAgriculture/app/src/main/res/layout/item_testing_organization.xml

62 lines
2.5 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"?>
<com.hjq.shape.layout.ShapeLinearLayout 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="wrap_content"
android:layout_marginTop="@dimen/dp_10"
android:orientation="horizontal"
android:paddingHorizontal="@dimen/dp_6"
android:paddingVertical="@dimen/dp_10"
app:shape_radius="@dimen/dp_10"
app:shape_strokeColor="@color/common_line_color"
app:shape_strokeSize="@dimen/dp_1"
app:shape_type="rectangle">
<androidx.appcompat.widget.AppCompatImageView
android:layout_width="@dimen/dp_100"
android:layout_height="@dimen/dp_80"
android:layout_gravity="center_vertical"
android:background="@color/common_line_color" />
<LinearLayout
android:layout_width="0px"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dp_6"
android:layout_weight="1"
android:orientation="vertical">
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="耿马县农科所"
android:textColor="@color/common_text_color"
android:textSize="@dimen/sp_16"
android:textStyle="bold" />
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_6"
android:text="耿马县耿马镇耿马村154号"
android:textColor="@color/common_text_color"
android:textSize="@dimen/sp_14" />
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_4"
android:text="联系人:周乐心"
android:textColor="@color/common_text_color"
android:textSize="@dimen/sp_14" />
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_4"
android:text="联系电话191113212388"
android:textColor="@color/common_text_color"
android:textSize="@dimen/sp_14" />
</LinearLayout>
</com.hjq.shape.layout.ShapeLinearLayout>