About 2,920,000 results
Open links in new tab
  1. Create a card-based layout | Views | Android Developers

    Apr 16, 2025 · A card at a higher elevation has a more pronounced shadow, and a card at a lower elevation has a lighter shadow. CardView uses real elevation and dynamic shadows on Android 5.0 (API level 21) and higher. Use these properties to customize the appearance of the CardView widget: To set the corner radius in your layouts, use the card_view ...

  2. Show and hide a View with a slide up/down animation

    Nov 4, 2013 · you can slide up and down any view or layout by using bellow code in android app

  3. How to make cardView slide up and down animation in android?

    Dec 23, 2015 · You can do this with ViewPager and Fragments then you need to put slide animation with view pager. For horizontal slide you can see developers reference http://developer.android.com/training/animation/screen-slide.html.

  4. android - How to Build Sliding CardView Inside DrawerLayout?

    May 30, 2019 · I'm working on creating CardView that are slidable horizontally. I've been searching on Internet and watching tutorials on YouTube for days. After trying those possible solutions and advice, my app

  5. Slider | API reference - Android Developers

    Feb 10, 2025 · com.google.android.material.slider.Slider A widget that allows picking a value within a given range by sliding a thumb along a horizontal line. android:value : Optional.

  6. How to Use Android Sliding Activity Library in Android App?

    Jul 29, 2024 · How to Use Android Sliding Activity Library in Android App? Sliding activities allow you to easily set header content, menus, and data onto slidable screens. Easily create activities that can slide vertically on the screen and fit well into the material design age. We can set header images to our sliding activity.

  7. material-components-android/docs/components/Slider.md at ... - GitHub

    Before you can use Material sliders, you need to add a dependency to the Material Components for Android library. For more information, go to the Getting started page. Add a Slider to a layout: <!-- Continuous slider --> . ... android:valueFrom = "0.0" android:valueTo = "100.0" /> <!-- …

  8. Show and Hide View with Slide Up Down Animation in Android

    This example demonstrate about how to Show and hide a View with a slide up/down animation in android. Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project. Step 2 − Add the following code to res/layout/activity_main.xml.

  9. Create Your Own Horizontal (& Vertical) Slider/Picker [Android]

    May 19, 2018 · This is simple — we only need to set “clipToPadding=false” in the XML, and give left-padding and right-padding to the RecyclerView: android:id="@+id/rv_horizontal_picker"...

  10. Material Slider - Styling Android

    Aug 7, 2020 · The top example shows a simple two value range which permits the user to specify a range with upper and lower bounds. The overall range that we set for the RangeSlider constrains the max and minimum values that the user can specify.

  11. Some results have been removed
Refresh