All Projects → Mahfa → Daynightswitch

Mahfa / Daynightswitch

a cute day night switch for android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Daynightswitch

Aiflatswitch
Nicely animated flat design switch alternative to UISwitch
Stars: ✭ 904 (+927.27%)
Mutual labels:  switch, design
Youtube flutter app
Stars: ✭ 85 (-3.41%)
Mutual labels:  design
Doric
Protocol oriented, type safe, scalable design system foundation swift framework for iOS.
Stars: ✭ 75 (-14.77%)
Mutual labels:  design
Spf
A simple, open source Mac OS app for presentations on low-contrast monitors.
Stars: ✭ 82 (-6.82%)
Mutual labels:  design
Rusted Switch
Nintendo Switch Homebrew with Rust 🦀
Stars: ✭ 75 (-14.77%)
Mutual labels:  switch
Patternfly Design
Use this repo to file all new feature or design change requests for the PatternFly project
Stars: ✭ 82 (-6.82%)
Mutual labels:  design
Soundswitch
C# application to switch default playing device. Download: https://soundswitch.aaflalo.me/
Stars: ✭ 1,190 (+1252.27%)
Mutual labels:  switch
React Color Tools
A set of tools as React components for working with colors 🎨
Stars: ✭ 87 (-1.14%)
Mutual labels:  design
Ioabstraction
Library for Arduino and mbed that abstracts pins and i2c expanders (8574, 23017), supports AVR and I2c AT24 EEPROMs, Rotary encoders, fully debounced switches and simple task management.
Stars: ✭ 84 (-4.55%)
Mutual labels:  switch
Neumorphic Ui
📚 A library of components based on the concept of neumorphism
Stars: ✭ 82 (-6.82%)
Mutual labels:  design
Hode
hode is a rewrite of the engine used in the game Heart of Darkness made by Amazing Studio.
Stars: ✭ 81 (-7.95%)
Mutual labels:  switch
Vue Mdc
Material web components for Vue.js
Stars: ✭ 1,217 (+1282.95%)
Mutual labels:  design
Xamuidemo
Xamarin Forms Login Page UI Kit
Stars: ✭ 82 (-6.82%)
Mutual labels:  design
Vaquarkhan
Stars: ✭ 1,199 (+1262.5%)
Mutual labels:  design
Fisco Bcos Doc
Document of FISCO BCOS
Stars: ✭ 86 (-2.27%)
Mutual labels:  design
Switch Lan Play
Make you and your friends play games like in a LAN.
Stars: ✭ 1,197 (+1260.23%)
Mutual labels:  switch
Capturesight
Applet and Overlay to view Pokemon, Raid seeds, Future shiny frames/IVs, and more!
Stars: ✭ 81 (-7.95%)
Mutual labels:  switch
Kactus2dev
Kactus2 is a graphical EDA tool based on the IP-XACT standard.
Stars: ✭ 82 (-6.82%)
Mutual labels:  design
Panuonui.silver
Panuon.UI optimized version. A beautiful wpf ui library using templates & attached properties.
Stars: ✭ 1,279 (+1353.41%)
Mutual labels:  design
Symbol Spacer Sketch Plugin
automatically trigger Sketch’s “reset to original size” function when deselecting symbol
Stars: ✭ 86 (-2.27%)
Mutual labels:  design

DayNightSwitch

A cute day night switch for android

Inspired from this gif : https://www.uplabs.com/posts/on-off-switch-7af29fd7-131a-4aac-b142-63579710f52f

How to install

Add jitpack in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

	dependencies {
	        compile 'com.github.Mahfa:DayNightSwitch:1.4'
	}

Usage

just add it to your xml layout file

    <com.mahfa.dnswitch.DayNightSwitch
        android:id="@+id/day_night_switch"
        android:layout_width="76dp"
        android:layout_height="40dp"
        android:layout_gravity="center"/>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].