mirror of
https://github.com/yexuejc/rrxjava.git
synced 2025-06-11 16:44:08 +08:00
16 lines
612 B
XML
16 lines
612 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context="com.yexue.android.rrxjava.MapActivity">
|
|
|
|
<TextView
|
|
android:id="@+id/rxmap"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="map" />
|
|
|
|
</android.support.design.widget.CoordinatorLayout>
|