@@ -44,7 +44,7 @@ dependencies {
4444
4545# # Elements
4646
47- > Don' t forget to read ``Keep in mind`` before implementations
47+ > Don' t forget to read the ``Keep in mind`` section before implementations
4848
4949## 1. Quarter (the menu UI) :
5050
@@ -53,18 +53,14 @@ dependencies {
5353Add this to your XML layout file
5454
5555```sh
56-
5756<believe.cht.canvasmenu.Quarter
58- android:id="@+id/quarter"
59- android:layout_width="400dp"
60- android:layout_height="400dp"
6157 android:id="@+id/quarter"
6258 android:layout_width="400dp"
6359 android:layout_height="400dp">
64-
60+
6561 <!-- add your views here -->
66-
67- </believe.cht.canvasmenu.Quarter>
62+
63+ </believe.cht.canvasmenu.Quarter>
6864```
6965
7066### Attribules
@@ -154,6 +150,7 @@ setIcon(@DrawableRes int icon) //void - changes the button icon
154150
155151* Use a FrameLayout as root for CanvasButton and Quarter widgets so they can overlap other views
156152* Keep width and height of Quarter same for best perfornamce
153+ * Leave the height and width of CanvasButton at wrap_content until I make serious updates for it
157154* Always use 8 digit color codes while setting colors programatically
158155* Don' t forget to call the CanvasButton.setCanvas(Quarter quarter) method while using CanvasButton widget
159156* Don' t forget to call the Quarter.hideCanvas() methid in the onCreate
@@ -163,8 +160,14 @@ setIcon(@DrawableRes int icon) //void - changes the button icon
163160
164161Happy compiling!
165162
163+ ## Bugs
164+
165+ Found some? Make sure to read the ``Keep in mind`` section first, if you still feel there' s something I need to know, feel free to create an issue.
166+
166167# # Release History
167168
169+ * 0.2
170+ * CHANGE: Added missing files and attributes to the initial build
168171* 0.1
169172 * CHANGE: Initial build
170173
0 commit comments