Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

fix a missing brace #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ To start using DraggableGridView:

dgv = ((DraggableGridView)findViewById(R.id.dgv));
}
}
* You're done! You can start adding any type of view you'd like.
TextView tv = new TextView(this);
tv.setText("Hello world!");
Expand Down Expand Up @@ -58,4 +59,4 @@ If you'd rather not have to separately keep track of the grid's elements, I sugg
* This was developed targeting Android 2.2 (API level 8), though I'm sure it can be made to work on lower versions.
* The sample project's main activity doesn't handle onConfigurationChanged, so it will restart if the screen orientation changes. I'll fix this soon, but it's not particularly important.
* DraggableGridView and all associated code are (c) 2011, Animoto Inc, available under the Apache License, Version 2.0.
* Check us out at http://www.animoto.com !
* Check us out at http://www.animoto.com !