File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
catalog/java/io/material/catalog/adaptive/res/layout Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 24
24
android : clipToPadding =" false"
25
25
android : clipChildren =" false" >
26
26
27
- <ImageButton
27
+ <Button
28
28
android : id =" @+id/nav_button"
29
- style =" ?attr/borderlessButtonStyle "
30
- android : layout_width =" @dimen/mtrl_min_touch_target_size "
31
- android : layout_height =" @dimen/mtrl_min_touch_target_size "
29
+ style =" ?attr/materialIconButtonStyle "
30
+ android : layout_width =" wrap_content "
31
+ android : layout_height =" wrap_content "
32
32
android : layout_gravity =" start"
33
33
android : layout_marginStart =" 4dp"
34
34
android : layout_marginLeft =" 4dp"
35
35
android : layout_marginBottom =" 16dp"
36
- android : background =" ?attr/actionBarItemBackground"
37
- android : src =" @drawable/ic_drawer_menu_24px"
38
- android : contentDescription =" @string/cat_adaptive_nav_button" />
36
+ android : contentDescription =" @string/cat_adaptive_nav_button"
37
+ app : icon =" @drawable/ic_drawer_menu_24px" />
39
38
40
39
<com .google.android.material.floatingactionbutton.ExtendedFloatingActionButton
41
40
android : id =" @+id/nav_fab"
You can’t perform that action at this time.
0 commit comments