Skip to content

Instantly share code, notes, and snippets.

@wmss
wmss / layout.xml
Created April 22, 2016 09:26
智能灌溉系统详细页面布局
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#e9e9e9"
android:orientation="vertical"
tools:context="com.example.android.test.MainActivity">
<LinearLayout