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.
- Host: GitHub
- URL: https://github.com/tylersuehr7/periodic-table-layout
- Owner: tylersuehr7
- License: mit
- Created: 2016-11-01T22:15:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-01T23:02:35.000Z (over 8 years ago)
- Last Synced: 2025-01-18T04:32:06.568Z (5 months ago)
- Topics: android, android-viewgroup, tableflow, tablelayout, viewgroup
- Language: Java
- Homepage:
- Size: 88.9 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.