Download android support library 26






















The NuGet Team does not provide support for this client. Please contact its maintainers for support. Compat, NET Interactive. Copy this into the interactive tool or source code of the script to reference the package. Compat as a Cake Addin addin nuget:? Compat as a Cake Tool tool nuget:? MonoAndroid 8. Compat: Package Downloads Xamarin. Android bindings for Android Support Library - support-v4 Utils Xamarin.

Android bindings for Android Support Library - support-core-utils UI Xamarin. Android bindings for Android Support Library - support-core-ui OnCloseListener interface. OnQueryTextListener interface. Bug fixes The following known issues have been fixed with release This issue caused apps that depended on support libraries with resources such as design and appcompat to encounter issues caused by resource ID mismatches. These methods allow an application to specify that an action should be displayed inline with the notification.

Calling Fragment. This affects users of FragmentPagerAdapter that override setUserVisbileHint and assume a specific lifecycle state of the fragment after calling super. For more information, see the reference page for docs for Fragment. Fixed issues: TabLayout. Issue Fixed issue where app bar wasn't drawn after being scrolled offscreen. See AppCompat v Issue Fixed issue that could cause NullPointerException.

Issue Revision Fixed a memory leak in MediaBrowserServiceCompat. Issue Fixed issue where ViewPager does not account for page margins when flipping page. Issue Fragment. Changes for v7 appcompat library : Fixed an issue in AppCompatSpinner that could cause multiple popups to appear.

Issue Fixed an issue with how borderless buttons were colored. Issue Reverted changes to TintResources that were causing memory and configuration issues. Issue Changes for v7 recyclerview library : Fixed a bug where RecyclerView would not invoke scroll callbacks if the range of visible items shrank. Issue Fixed a bug where RecyclerView would freeze if it was in linear layout, was weighted, and contained images.

Issue Fixed a crash in OrientationHelper. Issue Fixed a crash with usages of android:nestedScrollingEnabled. Issue Changes for Design Support Library : Fixed a bug where a hidden bottom sheet would handle touch events. Issue Fixed an accessibility issue with Snackbar. Issue Fixed a crash on Snackbar swipe. Issue Fixed a bug in ViewPager related to scroll calculation for size changes. Issue Fixed a bug where ViewPager does not set AccessibilityEvent parameters properly when scrolling.

Fixed an issue that caused lag during device rotation when using Drawable. Issue Changes for v7 appcompat library : Reverted dependency on vector assets so that developers using the appcompat library are not forced to use VectorDrawable and its associated build flags.

Issue Fixed an issue with propagating configuration values in Resources objects Issue Fixed a compatibility issue where the android. MediaStyle cancel button becomes invisible on API level 21 and below.

Issue Fixed a crash when restoring SearchView. Issue Fixed a memory leak that occurs when tinting drawable resources using AppCompat. Issue Changes for v7 recyclerview library : Fixed bugs related to various measure-spec methods. Issue Reduced the lockdown period in which RecyclerView does not allow adapter changes while calculating a layout or scroll.

Issue Fixed a crash when calling notifyItemChanged on an item that is out of view. Issue Fixed a crash that occurs when RecyclerView. LayoutManager adds and removes a view in the same measurement pass. Issue Changes for v7 mediarouter library : Fixed a crash that occurs when calling MediaRouter. Fixed issue with GuidedStepFragment actions disappearing after an action was collapsed. Issue Fixed a bug in NavigationView that caused the wrong color to be selected.

Issue Fixed a bug where setBackgroundTintList was no longer able to change the background color. Issue Fixed an issue where BottomSheetDialog did not display short content views correctly. Issue Fixed an issue where BottomSheetDialogFragment moved sporadically when content inside was changed. Issue Fixed a ClassCastException that occurred when restoring a CoordinatorLayout using the saved state of a view that was not a CoordinatorLayout. Changes for VectorDrawableCompat: Fixed a bug where the wrong variable was read for android:tintMode.

The system now calls onActivityResult for a nested FragmentActivity. Switch between Material Light and Material Dark Themes based on the time of day or app-specific setting. Changes for v7 mediarouter library : MediaRouteControllerDialog now correctly applies custom app theme colors.

Changes for Design support library : Added support for bottom sheets. An interaction plugin, BottomSheetBehavior , allows a child view of a CoordinatorLayout to act as a bottom sheet. The base class, BottomSheetCallback , provides callbacks to monitor bottom sheet events.

Changes for the CustomTabs support library : Chrome Custom Tabs now allows apps to include a bottom bar with action buttons in addition to the existing top action button. You can use this to add multiple buttons. This method will only succeed if it is given a valid id and the browser session is in the foreground. Vector assets can be considerably smaller than image assets and should help reduce app size by reducing the amount of assets required to support multiple device screens.

This library is now a dependency of the v7 AppCompat library , allowing developers and AppCompat to easily use vector drawables. To keep referencing attribute IDs on API level 20 or lower, add the following appt flag to your build,gradle file: If you are building with Android Plugin for Gradle 1. Description fields are now editable: GuidedAction. Added drop-down lists of sub-actions: GuidedAction.

Added the GuidedDatePickerAction widget for DatePicker functionality: The date is selected using year, month, and day columns and has a customizable range. Builder : builder class for the GuidedDatePickerAction object. LayoutManager to easily wrap content or handle various measurement specifications provided by the parent of the RecyclerView. It supports all existing animation capabilities of the RecyclerView. If you have a custom RecyclerView. All built-in RecyclerView. LayoutManager objects enable auto-measure by default.

LayoutManager no longer ignores some RecyclerView. When updating a RecyclerView. ViewHolder with payload information, DefaultItemAnimator now disables change animations. You can now modify the ItemTouchHelper escape velocity to control swipe sensitivity. To make it easier or harder to swipe, override getSwipeEscapeVelocity float defaultValue and modify defaultValue.

Issue Changes for v7 preference library: Fixed an issue with ProGuard usage. Issue Changes for v17 Leanback Support library: Fixed a number of internal issues in this library.

Fixed a transparent background issue for a FloatingActionButton object on devices running Android 4. It allows you to receive callbacks when the scroll X or Y positions change. The MediaSessionCompat class has a constructor that can automatically find a media button receiver in the manifest. A media button receiver is a key part to handling playback controls from hardware or bluetooth controls.

Changes for v7 appcompat library: Added material design Seekbar and ImageButton widgets. Updated the ImageView widget to support the tint feature. Updated the look-and-feel of the SwitchCompat widget. Changes for v7 mediarouter library: Added the following features to the MediaRouteChooserDialog class: Displays a loading page while discovering media route providers. Includes a device type icon for easier device identification. Sorts the routes according to frequency of use in the current app.

Supports landscape mode. Added the following features to the MediaRouteControllerDialog class: Recognizes screen casting and provides a proper description. Supports various album art sizes and aspect ratios, and loads the art asynchronously.

Automatically selects the content color based on the primary color of the app. Adds support for encapsulation of user interface and functionality with fragments , enabling applications to provide layouts that adjust between small and large-screen devices.

This module has dependencies on compat , core-utils , core-ui , and media-compat. Note: The v13 support library provides a FragmentCompat class. The v4 Fragment class is a standalone class that provides bugfixes which were added in later platform versions, whereas the v13 FragmentCompat class provides compatibility shims for the framework implementation of the Fragment class.

Apps that reference more than methods are required to use multidex configurations. These libraries provide specific feature sets and can be included in your application independently from each other. Note: The appcompat library has migrated into the AndroidX library, which is an Android Jetpack component.

See it in use in the Sunflower demo app. This library adds support for the Action Bar user interface design pattern. This library includes support for material design user interface implementations. This library adds support for the CardView widget, which lets you show information inside cards that have a consistent look on any app. These cards are useful for material design implementations, and are used extensively in layouts for TV apps.

After you download the Android Support Libraries, this library adds support for the GridLayout class, which allows you to arrange user interface elements using a grid of rectangular cells. For detailed information about the v7 gridlayout library APIs, see the android. In general, the APIs in the v7 mediarouter library provide a means of controlling the routing of media channels and streams from the current device to external screens, speakers, and other destination devices.

The library includes APIs for publishing app-specific media route providers, for discovering and selecting destination devices, for checking media status, and more. For detailed information about the v7 mediarouter library APIs, see the android. At this time, we recommend using the library only in connection with Google Cast. The v7 palette support library includes the Palette class, which lets you extract prominent colors from an image.

For example, a music app could use a Palette object to extract the major colors from an album cover, and use those colors to build a color-coordinated song title card. The recyclerview library adds the RecyclerView class. This class provides support for the RecyclerView widget, a view for efficiently displaying large data sets by providing a limited window of data items. The v7 Preference library adds support for interfaces, such as Preference.

OnPreferenceChangeListener and Preference. This library provides specific feature sets and can be included in your application independently from other libraries. This library adds support for the RenderScript computation framework.

These APIs are included in the android. You should be aware that the steps for including these APIs in your application is very different from other support library APIs. For more information about using these APIs in your application, see the RenderScript developer guide.



0コメント

  • 1000 / 1000