You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
anyu_zhongjian_android/common/src/main/res/layout/service_none.xml

22 lines
804 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/mLogo"
android:layout_width="@dimen/dp_80"
android:layout_height="@dimen/dp_80"
android:padding="@dimen/dp_10"
android:src="@mipmap/ic_logo" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_toRightOf="@+id/mLogo"
android:textSize="@dimen/dp_16"
android:layout_centerVertical="true"
android:layout_marginLeft="@dimen/dp_20"
android:textColor="@color/col_455"
2 years ago
android:text="中健三六五健康"/>
</RelativeLayout>