File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <shape xmlns : android =" http://schemas.android.com/apk/res/android"
3- android : shape =" rectangle" >
4- <corners android : radius =" @dimen/dialog_corner_radius" />
5- <solid android : color =" ?attr/colorSurface" />
6- </shape >
2+ <inset xmlns : android =" http://schemas.android.com/apk/res/android"
3+ android : insetLeft =" @dimen/dialog_background_inset"
4+ android : insetTop =" @dimen/dialog_background_inset"
5+ android : insetRight =" @dimen/dialog_background_inset"
6+ android : insetBottom =" @dimen/dialog_background_inset" >
7+
8+ <shape android : shape =" rectangle" >
9+ <corners android : radius =" @dimen/dialog_corner_radius" />
10+ <solid android : color =" ?attr/colorSurface" />
11+ </shape >
12+ </inset >
Original file line number Diff line number Diff line change 1212 <dimen name =" input_corner_radius" >12dp</dimen >
1313 <dimen name =" popup_corner_radius" >12dp</dimen >
1414 <dimen name =" dialog_corner_radius" >24dp</dimen >
15+ <dimen name =" dialog_background_inset" >24dp</dimen >
1516
1617 <dimen name =" nav_item_corner_radius" >14dp</dimen >
1718 <dimen name =" button_corner_radius" >12dp</dimen >
You can’t perform that action at this time.
0 commit comments