Skip to content

Conversation

@mikepenz
Copy link
Owner

android:layout_marginLeft="@dimen/material_drawer_vertical_padding"
android:clickable="true"
android:elevation="2dp"
android:elevation="@dimen/material_drawer_account_header_profile_elevation"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Attribute elevation is only used in API level 21 and higher (current min is 16)

android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:elevation="4dp"
android:elevation="@dimen/material_drawer_account_header_profile_badge_elevation"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Attribute elevation is only used in API level 21 and higher (current min is 16)

android:layout_marginTop="@dimen/material_drawer_account_header_horizontal_top"
android:clickable="true"
android:elevation="2dp"
android:elevation="@dimen/material_drawer_account_header_profile_elevation"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Attribute elevation is only used in API level 21 and higher (current min is 16)

android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:elevation="4dp"
android:elevation="@dimen/material_drawer_account_header_profile_badge_elevation"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Attribute elevation is only used in API level 21 and higher (current min is 16)

android:layout_marginRight="@dimen/material_drawer_vertical_padding"
android:clickable="true"
android:elevation="2dp"
android:elevation="@dimen/material_drawer_account_header_profile_small_elevation"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Attribute elevation is only used in API level 21 and higher (current min is 16)

android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:elevation="4dp"
android:elevation="@dimen/material_drawer_account_header_profile_badge_elevation"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Attribute elevation is only used in API level 21 and higher (current min is 16)

android:layout_marginRight="@dimen/material_drawer_vertical_padding"
android:clickable="true"
android:elevation="2dp"
android:elevation="@dimen/material_drawer_account_header_profile_small_elevation"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Attribute elevation is only used in API level 21 and higher (current min is 16)

android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:elevation="4dp"
android:elevation="@dimen/material_drawer_account_header_profile_badge_elevation"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Attribute elevation is only used in API level 21 and higher (current min is 16)

android:layout_marginRight="@dimen/material_drawer_vertical_padding"
android:clickable="true"
android:elevation="2dp"
android:elevation="@dimen/material_drawer_account_header_profile_small_elevation"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Attribute elevation is only used in API level 21 and higher (current min is 16)

android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:elevation="4dp"
android:elevation="@dimen/material_drawer_account_header_profile_badge_elevation"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Attribute elevation is only used in API level 21 and higher (current min is 16)

@mikepenz mikepenz merged commit 791e736 into develop Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

how to remove shadow (elevation) of ProfileDrawerItem

2 participants