CompoundLayout


Source link: https://github.com/Jaouan/CompoundLayout

Android - CompoundLayout

It's an Android library that allows you to use Layout as RadioButton or CheckBox. The librarie is Android 14+ compatible. Gradient effect is only Android 21+ compatible.

The demo below is inspired by Cris Samson's gradient hover animation.

Installation

Gradle

repositories {

 maven {
 url "https://jitpack.io" 
}
 
}
compile 'com.github.jaouan:compoundlayout:1.0.1'

Usage

General

CompoundLayout checked state can be changed programmatically using method myCompoundLayout.setChecked(). Checked state can be retrieved using myCompoundLayout.isChecked(), and can be listened using myCompoundLayout.setOnCheckedChangeListener().

Layout as CheckBox

<com.jaouan.compoundlayout.CompoundLayout
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:background="@drawable/a_beautiful_selector"
  app:checked="true" > <!-- Checked or not -->

 <TextView

 android:layout_width="wrap_content"

 android:layout_height="wrap_content"

 android:text="Lorem ipsum" />  </com.jaouan.compoundlayout.CompoundLayout>

Layout as RadioButton

Basic
<com.jaouan.compoundlayout.RadioLayoutGroup
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  app:orientation="horizontal"> <!-- Orientation : vertical or horizontal -->

<com.jaouan.compoundlayout.RadioLayout

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:background="@drawable/a_beautiful_selector"

app:checked="true"> <!-- Checked or not -->

 <TextView

 android:layout_width="wrap_content"

 android:layout_height="wrap_content"

 android:text="Lorem ipsum" />

</com.jaouan.compoundlayout.RadioLayout>

<com.jaouan.compoundlayout.RadioLayout

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:background="@drawable/a_beautiful_selector">

 <TextView

 android:layout_width="wrap_content"

 android:layout_height="wrap_content"

 android:text="Lorem ipsum" />

</com.jaouan.compoundlayout.RadioLayout>  </com.jaouan.compoundlayout.RadioLayoutGroup>
Gradient effect (Android 21+ only)
<com.jaouan.compoundlayout.RadioLayoutGroup
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  app:orientation="horizontal" > <!-- Orientation : vertical or horizontal -->

<com.jaouan.compoundlayout.GradientRadioLayout

android:layout_width="wrap_content"

android:layout_height="wrap_content"

app:checked="true"

app:angle="45"

app:colorA="#AAFFA726"

app:colorB="#AAEC407A">

 <TextView

 android:layout_width="wrap_content"

 android:layout_height="wrap_content"

 android:text="Lorem ipsum" />

</com.jaouan.compoundlayout.GradientRadioLayout>

<!-- Circle clipped -->
  <com.jaouan.compoundlayout.CircleGradientRadioLayout

android:layout_width="wrap_content"

android:layout_height="wrap_content"

app:angle="70"

app:colorA="#AAFFA726"

app:colorB="#AAEC407A">

 <TextView

 android:layout_width="wrap_content"

 android:layout_height="wrap_content"

 android:text="Lorem ipsum" />

</com.jaouan.compoundlayout.CircleGradientRadioLayout>  </com.jaouan.compoundlayout.RadioLayoutGroup>

You can use myGradientRadioLayout.setColorA(), myGradientRadioLayout.setColorB() and myGradientRadioLayout.setAngle() to configure the gradient effect programmatically.

License

Apache License Version 2.0

Resources

Android Debug Database is a powerful library for debugging databases and shared preferences in Android applications.

SwipeCardview is a recyclerview that lists products, items or etc. with using cardview. Also it aligns the card to center.

  • Android API 14+
  • Optimized for the all screen sizes
  • Easy to use
  • Image loading with Ion library

As the name describes, this is an Android library that you can use to show new messages badge and new features badge. More importantly, it has a default shadow like FAB (Floating Action Button) and more simple to use just like ordinary TextView.

SRML: "String Resource Markup Language"

Mark up your Android string resources with an impressive suite of formatting tags.

VectorSupportView is a library to support vector assets in compound drawables.

Clickable @mentions, #hashtags and links.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes