Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

android-extensions

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    android-extensions

Extensions for the Android framework.


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

android-extensions 5.2

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

LICENSE

MIT

Keywords

FAQs

Last updated on 30 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc