custom-view-examples icon indicating copy to clipboard operation
custom-view-examples copied to clipboard

Collection of example applications to highlight creating custom Views and ViewGroups within the Android framework.

Results 2 custom-view-examples issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

I run the project,and it occurs the following exception: Process: com.example.customview, PID: 25757 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.customview/com.example.customview.MainActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7f020004 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2610) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2684) at android.app.ActivityThread.access$800(ActivityThread.java:177) at...