Advertisement
urksiful

Content Main

May 17th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:app="http://schemas.android.com/apk/res-auto"
  4.    xmlns:tools="http://schemas.android.com/tools"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="match_parent"
  7.    app:layout_behavior="@string/appbar_scrolling_view_behavior"
  8.    tools:context="pro.izcali.u4drawing.MainActivity"
  9.    tools:showIn="@layout/activity_main">
  10.  
  11.     <RelativeLayout
  12.        android:id="@+id/canvasDrawing"
  13.        android:layout_width="match_parent"
  14.        android:layout_height="match_parent"
  15.        ></RelativeLayout>
  16.  
  17. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement