|
32 | 32 | android:layout_marginLeft="@dimen/material_drawer_vertical_padding" |
33 | 33 | android:layout_marginTop="@dimen/material_drawer_account_header_horizontal_top" |
34 | 34 | android:clickable="true" |
35 | | - android:elevation="2dp" |
| 35 | + android:elevation="@dimen/material_drawer_account_header_profile_elevation" |
36 | 36 | android:focusable="true" |
37 | 37 | android:scaleType="fitCenter" |
38 | 38 | app:layout_constraintStart_toStartOf="parent" |
|
42 | 42 | android:id="@+id/material_drawer_account_header_current_badge" |
43 | 43 | android:layout_width="wrap_content" |
44 | 44 | android:layout_height="wrap_content" |
45 | | - android:elevation="4dp" |
| 45 | + android:elevation="@dimen/material_drawer_account_header_profile_badge_elevation" |
46 | 46 | android:fontFamily="sans-serif" |
47 | 47 | android:gravity="center" |
48 | 48 | android:lines="1" |
|
64 | 64 | android:layout_marginEnd="@dimen/material_drawer_vertical_padding" |
65 | 65 | android:layout_marginRight="@dimen/material_drawer_vertical_padding" |
66 | 66 | android:clickable="true" |
67 | | - android:elevation="2dp" |
| 67 | + android:elevation="@dimen/material_drawer_account_header_profile_small_elevation" |
68 | 68 | android:focusable="true" |
69 | 69 | android:scaleType="fitCenter" |
70 | 70 | android:visibility="visible" |
|
75 | 75 | android:id="@+id/material_drawer_account_header_small_first_badge" |
76 | 76 | android:layout_width="wrap_content" |
77 | 77 | android:layout_height="wrap_content" |
78 | | - android:elevation="4dp" |
| 78 | + android:elevation="@dimen/material_drawer_account_header_profile_badge_elevation" |
79 | 79 | android:fontFamily="sans-serif" |
80 | 80 | android:gravity="center" |
81 | 81 | android:lines="1" |
|
97 | 97 | android:layout_marginEnd="@dimen/material_drawer_vertical_padding" |
98 | 98 | android:layout_marginRight="@dimen/material_drawer_vertical_padding" |
99 | 99 | android:clickable="true" |
100 | | - android:elevation="2dp" |
| 100 | + android:elevation="@dimen/material_drawer_account_header_profile_small_elevation" |
101 | 101 | android:focusable="true" |
102 | 102 | android:scaleType="fitCenter" |
103 | 103 | android:visibility="visible" |
|
108 | 108 | android:id="@+id/material_drawer_account_header_small_second_badge" |
109 | 109 | android:layout_width="wrap_content" |
110 | 110 | android:layout_height="wrap_content" |
111 | | - android:elevation="4dp" |
| 111 | + android:elevation="@dimen/material_drawer_account_header_profile_badge_elevation" |
112 | 112 | android:fontFamily="sans-serif" |
113 | 113 | android:gravity="center" |
114 | 114 | android:lines="1" |
|
130 | 130 | android:layout_marginEnd="@dimen/material_drawer_vertical_padding" |
131 | 131 | android:layout_marginRight="@dimen/material_drawer_vertical_padding" |
132 | 132 | android:clickable="true" |
133 | | - android:elevation="2dp" |
| 133 | + android:elevation="@dimen/material_drawer_account_header_profile_small_elevation" |
134 | 134 | android:focusable="true" |
135 | 135 | android:scaleType="fitCenter" |
136 | 136 | android:visibility="visible" |
|
141 | 141 | android:id="@+id/material_drawer_account_header_small_third_badge" |
142 | 142 | android:layout_width="wrap_content" |
143 | 143 | android:layout_height="wrap_content" |
144 | | - android:elevation="4dp" |
| 144 | + android:elevation="@dimen/material_drawer_account_header_profile_badge_elevation" |
145 | 145 | android:fontFamily="sans-serif" |
146 | 146 | android:gravity="center" |
147 | 147 | android:lines="1" |
|
0 commit comments