New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

android-extensions

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

android-extensions

Extensions for the Android framework.

5.0.1
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

android-extensions 5.0

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

squared

FAQs

Package last updated on 29 Jul 2023

Did you know?

Socket

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