5.4.0 • Published 7 months ago

android-extensions v5.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

android-extensions 5.4

Examples can be found in the "html/widget" directory.

<script src="/dist/android.widget.coordinator.min.js"></script>
<script src="/dist/android.widget.menu.min.js"></script>
<script src="/dist/android.widget.toolbar.min.js"></script>
<script>
    // Configure an extension (optional)
    squared.apply("android.widget.toolbar", {
        element: {
            "toolbar-id": { // HTML DOM
                android: {
                    background: "?android:attr/windowBackground"
                },
                appBar: {
                    android: {
                        theme: "@style/ThemeOverlay.AppCompat.Dark.ActionBar"
                    }
                }
            }
        },
        "toolbar-example" // Save to Local Storage (optional)
    });

    // Load from Local Storage
    squared.apply("android.widget.toolbar", "toolbar-example");
</script>
  • android.constraint.flow
  • android.constraint.guideline
  • android.widget.bottomnavigation
  • android.widget.coordinator
  • android.widget.drawer
  • android.widget.floatingactionbutton
  • android.widget.menu
  • android.widget.toolbar

Rakefile

Repo::Workspace
  .new("squared")
  .repo("https://github.com/anpham6/squared-repo", "android")
  .add(:extensions, "android-extensions", copy: { from: "dist", subdir: ".", into: "dist" }, ref: :node)
  .build

LICENSE

MIT

5.4.0

7 months ago

5.3.0

11 months ago

5.2.0

1 year ago

5.1.0

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

4.5.0

2 years ago

4.4.0

3 years ago

4.0.0

3 years ago

3.4.0

4 years ago

3.6.0

3 years ago

3.3.3

4 years ago

3.5.0

3 years ago

3.3.0

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.4.0

4 years ago