An open API service indexing awesome lists of open source software.

https://github.com/tylersuehr7/periodic-table-layout

An Android ViewGroup that lays children out in the shape of the Periodic Table of Elements.
https://github.com/tylersuehr7/periodic-table-layout

android android-viewgroup tableflow tablelayout viewgroup

Last synced: 3 months ago
JSON representation

An Android ViewGroup that lays children out in the shape of the Periodic Table of Elements.

Awesome Lists containing this project

README

        

# Periodic Table Layout

This library provides two awesome ViewGroups:
* TableLayout
* PeriodicTableLayout

#### TableLayout
Essentially the TableLayout is a super simplified and way more efficient version of
Android's TableLayout widget.

#### PeriodicTableLayout
The PeriodicTableLayout takes it a step further by explicitly defining the rows (9) and
columns (18) and adding margin at the 8th row to provide the look of the Periodic Table
of Elements.