1
0
mirror of https://github.com/yexuejc/rrxjava.git synced 2025-06-11 16:44:08 +08:00
rrxjava/.svn/pristine/bf/bf7be65843fb035ae57a374f04e746268fd9d2f7.svn-base
2017-07-07 15:50:45 +08:00

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>