16 lines
457 B
XML
16 lines
457 B
XML
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="10dp">
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/iv_logo"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="#81868A"
|
|
android:text="蘑菇地图"
|
|
android:textSize="20sp"/>
|
|
|
|
|
|
</RelativeLayout> |