AndroidViewUtils

A collection of UI elements and supporting code to ease Android UI implementation

Download Sample App

Includes:

Circular Progress Bar

Just like a normal progress bar only in circle form. This is ideal for count down timers

Circular Progress Bar

Custom Font Enabled View Elements

Standard Android View Elements that can be used with custom fonts and a custom font manager.

Included are the official Roboto fonts so that you have Roboto on older Android versions. It is possible to use your own custom fonts, please refer to the sample app. Not all of the UI elements have been enabled yet, so if there is something you need that is missing please submit a ticket or pull request.

Custom Font Enabled View Elements

Scrolling (Marquee) TextView

A custom font enabled TextView that is preconfigured to scroll or marquee the content when the size of the content exceeds the space available.

Scrolling (Marquee) TextView

Contributing

Questions, comments and abuse are all welcome.

Please use the Github Issues, Pull-requests or contact the author(s) via Google+

Author(s):

Corey Scott

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.