Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Remove the "experimental" warning on SlidingPaneLayout
Browse files Browse the repository at this point in the history
Docs-only change. SPL is shipped in Hangouts and here to stay!

Change-Id: I6893a74d24aba50f7e3afdef2e7d8c3d44e10faf
  • Loading branch information
adamp committed May 28, 2013
1 parent d3de4f6 commit 8bfcfb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions v4/java/android/support/v4/widget/SlidingPaneLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@
* sized to fill all available space in the closed state. Weight on a pane that becomes covered
* indicates that the pane should be sized to fill all available space except a small minimum strip
* that the user may use to grab the slideable view and pull it back over into a closed state.</p>
*
* <p>Experimental. This class may be removed.</p>
*/
public class SlidingPaneLayout extends ViewGroup {
private static final String TAG = "SlidingPaneLayout";
Expand Down

0 comments on commit 8bfcfb7

Please sign in to comment.