android-elevation Questions
1
Solved
I am trying to get it so my listview items are elevated and show a drop shadow.
Here is my list view item layout
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
Mccall asked 19/4, 2015 at 4:38
0
Lollipop has all those new functions for the "View" class. What exactly are the differences between them, and why do we need so many functions for them?
I've read the docs, and I want to understan...
Briarwood asked 18/4, 2015 at 10:45
1
Solved
I tried both features and I don't know really why I should use elevation instead of translationz or viceversa.
Both generate shadow when I used them.
I should use at same time (with the same va...
Florrieflorry asked 31/3, 2015 at 11:41
1
Solved
I want to remove the shadow below the ActionBar.
I know that I need to change the elevation to 0dp, but I want to do it in the theme.
For Android 4.4- I use : <item name="android:windowContent...
Lodhia asked 15/1, 2015 at 9:35
2
Solved
This is a simple question:
I use the new support library, which allows me to have a Toolbar instance and even set it as the actionBar of the activity (or use the default one).
How do I customize ...
Pya asked 14/12, 2014 at 22:16
1
Solved
I Have a CustomView working on pre-Lollipop, now I tried to apply android:elevation and android:translateZ on Lollipop devices but doesn't seems to work.
<com.example.CustomView
android:id="@+...
Emirate asked 16/12, 2014 at 5:16
1
Solved
I've tried to reproduce Google's elevation example presented here:
https://developer.android.com/training/material/shadows-clipping.html
But for me no shadows are showing up. Not in the Android S...
Jasminejason asked 29/10, 2014 at 16:52
3
Solved
Today I developed my first Android L Apps, and read through the d.android.com/preview tips. They said that android:elevation would show me shadows. But look at this:
<TextView
android:id="@+id...
Alteration asked 3/7, 2014 at 15:8
© 2022 - 2024 — McMap. All rights reserved.