Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Spinner

Yanndroid edited this page Jan 27, 2022 · 2 revisions

androidx.appcompat.widget.SeslSpinner

Samsung's Spinner with rounded corners and custom selector.

<androidx.appcompat.widget.SeslSpinner
    android:layout_width="match_parent"
    android:layout_height="wrap_content" />

Same usage as Spinner.

Clone this wiki locally