Randy W
Randy W
I noticed MarvinSegment on marvinj-1.0 has the following code: ```javascript function MarvinSegment(x1, y1, x2, y2) { this.x1 = x1; this.x2 = x2; this.y1 = y1; this.y2 = y2; ... ```...
Fix for ```View class androidx.appcompat.widget.AppCompatTextView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).``` - Main ApplicationActivity needs to use AppCompat theme. Fix for...
I realize when having a lot of pages, the pagination repeater became too long and sometimes wrap in the container. The following code allows you to have ellipses (...) in...