diff options
Diffstat (limited to 'current')
17 files changed, 12 insertions, 4 deletions
diff --git a/current/android.jar b/current/android.jar Binary files differindex 7b539b1..7129570 100644 --- a/current/android.jar +++ b/current/android.jar diff --git a/current/support/annotations/android-support-annotations.jar b/current/support/annotations/android-support-annotations.jar Binary files differindex 309fdf4..4b2aa8b 100644 --- a/current/support/annotations/android-support-annotations.jar +++ b/current/support/annotations/android-support-annotations.jar diff --git a/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar b/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar Binary files differindex 40a00da..5fe73c4 100644 --- a/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar +++ b/current/support/multidex/instrumentation/libs/android-support-multidex-instrumentation.jar diff --git a/current/support/multidex/library/libs/android-support-multidex.jar b/current/support/multidex/library/libs/android-support-multidex.jar Binary files differindex 787a33c..672bded 100644 --- a/current/support/multidex/library/libs/android-support-multidex.jar +++ b/current/support/multidex/library/libs/android-support-multidex.jar diff --git a/current/support/v13/android-support-v13.jar b/current/support/v13/android-support-v13.jar Binary files differindex ff39b36..d1e23f4 100644 --- a/current/support/v13/android-support-v13.jar +++ b/current/support/v13/android-support-v13.jar diff --git a/current/support/v17/leanback/libs/android-support-v17-leanback.jar b/current/support/v17/leanback/libs/android-support-v17-leanback.jar Binary files differindex fa9ff59..ddde8ea 100644 --- a/current/support/v17/leanback/libs/android-support-v17-leanback.jar +++ b/current/support/v17/leanback/libs/android-support-v17-leanback.jar diff --git a/current/support/v4/android-support-v4.jar b/current/support/v4/android-support-v4.jar Binary files differindex 52c48f3..5143dd0 100644 --- a/current/support/v4/android-support-v4.jar +++ b/current/support/v4/android-support-v4.jar diff --git a/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar b/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar Binary files differindex aac01ea..a57f865 100644 --- a/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar +++ b/current/support/v7/appcompat/libs/android-support-v7-appcompat.jar diff --git a/current/support/v7/cardview/libs/android-support-v7-cardview.jar b/current/support/v7/cardview/libs/android-support-v7-cardview.jar Binary files differindex 4e5fef3..5f31cc2 100644 --- a/current/support/v7/cardview/libs/android-support-v7-cardview.jar +++ b/current/support/v7/cardview/libs/android-support-v7-cardview.jar diff --git a/current/support/v7/cardview/res/values/attrs.xml b/current/support/v7/cardview/res/values/attrs.xml index 2a8373f..c370c95 100644 --- a/current/support/v7/cardview/res/values/attrs.xml +++ b/current/support/v7/cardview/res/values/attrs.xml @@ -20,5 +20,9 @@ <attr name="cardBackgroundColor" format="color" /> <!-- Corner radius for CardView. --> <attr name="cardCornerRadius" format="dimension" /> + <!-- Elevation for CardView. --> + <attr name="cardElevation" format="dimension" /> + <!-- Maximum Elevation for CardView. --> + <attr name="cardMaxElevation" format="dimension" /> </declare-styleable> </resources>
\ No newline at end of file diff --git a/current/support/v7/cardview/res/values/dimens.xml b/current/support/v7/cardview/res/values/dimens.xml index 5fbd42a..ebfbb3a 100644 --- a/current/support/v7/cardview/res/values/dimens.xml +++ b/current/support/v7/cardview/res/values/dimens.xml @@ -17,8 +17,9 @@ <resources> <!-- Default radius for CardView corners. --> <dimen name="cardview_default_radius">2dp</dimen> - <!-- Elevation value to use for CardViews on L+. --> - <dimen name="cardview_elevation">2dp</dimen> - <!-- Shadow size for CardView on pre L. --> - <dimen name="cardview_shadow_size">2dp</dimen> + <!-- Elevation value to use for CardViews. Pre-L, it is equal to shadow size. --> + <dimen name="cardview_default_elevation">2dp</dimen> + <!-- Inset shadow for RoundRectDrawableWithShadow. It is used to avoid gaps between the card + and the shadow. --> + <dimen name="cardview_compat_inset_shadow">1dp</dimen> </resources>
\ No newline at end of file diff --git a/current/support/v7/cardview/res/values/styles.xml b/current/support/v7/cardview/res/values/styles.xml index f8a7909..165b7c8 100644 --- a/current/support/v7/cardview/res/values/styles.xml +++ b/current/support/v7/cardview/res/values/styles.xml @@ -16,6 +16,9 @@ <resources> <style name="CardView"> <item name="cardBackgroundColor">@color/cardview_light_background</item> + <item name="cardCornerRadius">@dimen/cardview_default_radius</item> + <item name="cardElevation">@dimen/cardview_default_elevation</item> + <item name="cardMaxElevation">@dimen/cardview_default_elevation</item> </style> <style name="CardView.Light"> <item name="cardBackgroundColor">@color/cardview_light_background</item> diff --git a/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar b/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar Binary files differindex 73456db..e986ae7 100644 --- a/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar +++ b/current/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar diff --git a/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar b/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar Binary files differindex e6626b8..670a97e 100644 --- a/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar +++ b/current/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar diff --git a/current/support/v7/palette/libs/android-support-v7-palette.jar b/current/support/v7/palette/libs/android-support-v7-palette.jar Binary files differindex 2b94c96..f5ba878 100644 --- a/current/support/v7/palette/libs/android-support-v7-palette.jar +++ b/current/support/v7/palette/libs/android-support-v7-palette.jar diff --git a/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar b/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar Binary files differindex a9afd40..5ea0f2e 100644 --- a/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar +++ b/current/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar diff --git a/current/uiautomator.jar b/current/uiautomator.jar Binary files differindex 05538b3..258a01f 100644 --- a/current/uiautomator.jar +++ b/current/uiautomator.jar |