Posts

Showing posts with the label sliding button

BottomSlider like Uber

Image
I really like uber's Bottom Slider a lot and i want to create a view like that.After searching, I found a great library do it easily. Here is the screenshot of the sample. Step: 1 ====== Add below line to build.gradle file under app folder and sync compile 'com.github.lawloretienne:discreteslider:0.0.9' Credits to the Author of the Library. Etienne Lawlor Github Link  Step: 2 ====== create a layout like below activity_main.xml ============= <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android= "http://schemas.android.com/apk/res/android" xmlns:app= "http://schemas.android.com/apk/res-auto" android:id= "@+id/main_content" android:layout_width= "match_parent" android:layout_height= "match_parent" android:orientation= "vertical" > <FrameLayout android:id= "@+id/container"