@@ -44,7 +44,7 @@ dependencies {
44
44
45
45
# # Elements
46
46
47
- > Don' t forget to read ``Keep in mind`` before implementations
47
+ > Don' t forget to read the ``Keep in mind`` section before implementations
48
48
49
49
## 1. Quarter (the menu UI) :
50
50
@@ -53,18 +53,14 @@ dependencies {
53
53
Add this to your XML layout file
54
54
55
55
```sh
56
-
57
56
<believe.cht.canvasmenu.Quarter
58
- android:id="@+id/quarter"
59
- android:layout_width="400dp"
60
- android:layout_height="400dp"
61
57
android:id="@+id/quarter"
62
58
android:layout_width="400dp"
63
59
android:layout_height="400dp">
64
-
60
+
65
61
<!-- add your views here -->
66
-
67
- </believe.cht.canvasmenu.Quarter>
62
+
63
+ </believe.cht.canvasmenu.Quarter>
68
64
```
69
65
70
66
### Attribules
@@ -154,6 +150,7 @@ setIcon(@DrawableRes int icon) //void - changes the button icon
154
150
155
151
* Use a FrameLayout as root for CanvasButton and Quarter widgets so they can overlap other views
156
152
* 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
157
154
* Always use 8 digit color codes while setting colors programatically
158
155
* Don' t forget to call the CanvasButton.setCanvas(Quarter quarter) method while using CanvasButton widget
159
156
* 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
163
160
164
161
Happy compiling!
165
162
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
+
166
167
# # Release History
167
168
169
+ * 0.2
170
+ * CHANGE: Added missing files and attributes to the initial build
168
171
* 0.1
169
172
* CHANGE: Initial build
170
173
0 commit comments