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.
22 lines
795 B
XML
22 lines
795 B
XML
2 years ago
|
<?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"
|
||
|
android:text="安瑜健康"/>
|
||
|
|
||
|
</RelativeLayout>
|