bufferapp / android-components

Shared components for Buffer Android apps

Repository from Github https://github.combufferapp/android-componentsRepository from Github https://github.combufferapp/android-components

Android Components

This library contains a shared set of component used within our Android App.

Widgets

Rounded Rectanglular button

Rounded button

Usage:

<org.buffer.android.widgets.RoundedButton
    android:id="@+id/button_save"
    android:text="@string/button_save_account_details"
    app:bufferButtonStyle="dark" />

bufferButtonStyle can be set to either dark, light or clear

Counter View

Counter view

For more information on the counter view, please see the repository here

Dimensions

  • Font sizes
  • Corner radius

Colors

  • Buffer brand colors

Styles

  • Font Styles

Text styles

TBC

About

Shared components for Buffer Android apps


Languages

Language:Kotlin 98.2%Language:Java 1.8%