Skip to content

Commit

Permalink
add layout/canvas_demo.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinea committed Oct 26, 2013
1 parent c3574b8 commit fe71880
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions res/layout/canvas_demo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/canvas_demo_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal"
android:gravity="center_horizontal" >

</RelativeLayout>

0 comments on commit fe71880

Please sign in to comment.