Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
com.mobidevelop.spl:split-pane-layout
Advanced tools
An Android layout which splits the available space between child views
An Android layout which splits the available space between two child views. An optionally movable bar exists between the children which allows the user to redistribute the space allocated to each view.
Add a reference to the split-pane-layout library project, or copy the necessary files into your project. Add a SplitPaneLayout as follows:
<com.mobidevelop.spl.widget.SplitPaneLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:spl="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
spl:orientation="vertical"
spl:splitterSize="12dip"
spl:splitterPosition="33%"
spl:splitterBackground="@drawable/splitter_bg_v"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Child1" />
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Child2" />
</com.mobidevelop.spl.widget.SplitPaneLayout>
NOTE: A SplitPaneLayout MUST have exactly two children.
FAQs
An Android layout which splits the available space between child views
We found that com.mobidevelop.spl:split-pane-layout demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.