diff options
| -rw-r--r-- | core/api/current.txt | 5 | ||||
| -rw-r--r-- | core/res/res/values/dimens_material.xml | 7 | ||||
| -rw-r--r-- | core/res/res/values/public-staging.xml | 10 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 7 |
4 files changed, 5 insertions, 24 deletions
diff --git a/core/api/current.txt b/core/api/current.txt index c141490e6202..236d11b7e15e 100644 --- a/core/api/current.txt +++ b/core/api/current.txt @@ -2167,11 +2167,6 @@ package android { field public static final int notification_large_icon_width = 17104901; // 0x1050005 field public static final int system_app_widget_background_radius = 17104904; // 0x1050008 field public static final int system_app_widget_inner_radius = 17104905; // 0x1050009 - field public static final int system_corner_radius_large; - field public static final int system_corner_radius_medium; - field public static final int system_corner_radius_small; - field public static final int system_corner_radius_xlarge; - field public static final int system_corner_radius_xsmall; field public static final int thumbnail_height = 17104897; // 0x1050001 field public static final int thumbnail_width = 17104898; // 0x1050002 } diff --git a/core/res/res/values/dimens_material.xml b/core/res/res/values/dimens_material.xml index fa15c3fa4cff..972fe7ed91de 100644 --- a/core/res/res/values/dimens_material.xml +++ b/core/res/res/values/dimens_material.xml @@ -204,11 +204,4 @@ <dimen name="progress_bar_size_small">16dip</dimen> <dimen name="progress_bar_size_medium">48dp</dimen> <dimen name="progress_bar_size_large">76dp</dimen> - - <!-- System corner radius baseline sizes. Used by Material styling of rounded corner shapes--> - <dimen name="system_corner_radius_xsmall">4dp</dimen> - <dimen name="system_corner_radius_small">8dp</dimen> - <dimen name="system_corner_radius_medium">16dp</dimen> - <dimen name="system_corner_radius_large">26dp</dimen> - <dimen name="system_corner_radius_xlarge">36dp</dimen> </resources> diff --git a/core/res/res/values/public-staging.xml b/core/res/res/values/public-staging.xml index c797210345a2..5987f6ea05d4 100644 --- a/core/res/res/values/public-staging.xml +++ b/core/res/res/values/public-staging.xml @@ -184,11 +184,11 @@ <staging-public-group type="dimen" first-id="0x01b90000"> <!-- System corner radius baseline sizes. Used by Material styling of rounded corner shapes--> - <public name="system_corner_radius_xsmall" /> - <public name="system_corner_radius_small" /> - <public name="system_corner_radius_medium" /> - <public name="system_corner_radius_large" /> - <public name="system_corner_radius_xlarge" /> + <public name="removed_system_corner_radius_xsmall" /> + <public name="removed_system_corner_radius_small" /> + <public name="removed_system_corner_radius_medium" /> + <public name="removed_system_corner_radius_large" /> + <public name="removed_system_corner_radius_xlarge" /> </staging-public-group> <staging-public-group type="color" first-id="0x01b80000"> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 7c290b1ba3e1..9d7acffee68b 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -5356,11 +5356,4 @@ <java-symbol type="drawable" name="ic_satellite_alt_24px" /> <java-symbol type="bool" name="config_watchlistUseFileHashesCache" /> - - <!-- System corner radius baseline sizes. Used by Material styling of rounded corner shapes--> - <java-symbol type="dimen" name="system_corner_radius_xsmall" /> - <java-symbol type="dimen" name="system_corner_radius_small" /> - <java-symbol type="dimen" name="system_corner_radius_medium" /> - <java-symbol type="dimen" name="system_corner_radius_large" /> - <java-symbol type="dimen" name="system_corner_radius_xlarge" /> </resources> |