Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit abc1669

Browse files
committed
Add deprecation notices
Change-Id: Ie69c1267d3ffd9f54f760c03f86e00d0e8192929
1 parent 93aac97 commit abc1669

File tree

5 files changed

+51
-1
lines changed

5 files changed

+51
-1
lines changed

DownloadableFonts/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
> **Warning**
2+
> This sample has been migraated to the new [platform-samples repository](https://github.com/android/platform-samples)
3+
> and will no longer be maintained.
4+
>
5+
> Please use the following
6+
>[sample](https://github.com/android/platform-samples/tree/main/samples/user-interface/text/src/main/java/com/example/platform/ui/text/DownloadableFonts.kt)
7+
> instead.
8+
>
9+
> Thank you for your understanding.
10+
111
Android DownloadableFonts Sample (Kotlin)
212
===================================
313

DragAndDrop/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
> **Warning**
2+
> This sample has been migraated to the new [platform-samples repository](https://github.com/android/platform-samples)
3+
> and will no longer be maintained.
4+
>
5+
> Please use the following
6+
>[sample](https://github.com/android/platform-samples/tree/main/samples/user-interface/draganddrop)
7+
> instead.
8+
>
9+
> Thank you for your understanding.
10+
111
# Drag and Drop Demo
212

313
## This is not an official Google product
@@ -15,4 +25,4 @@ the process of implementing both dragging and dropping functionality.
1525
## Screenshots
1626
![Animation of the sample app. Text and images are dragged and dropped between two instances of the app](screenshots/drag-n-drop.gif)
1727

18-
For reference and education only.
28+
For reference and education only.

Quick-Settings/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
> **Warning**
2+
> This sample has been migraated to the new [platform-samples repository](https://github.com/android/platform-samples)
3+
> and will no longer be maintained.
4+
>
5+
> Please use the following
6+
>[sample](https://github.com/android/platform-samples/tree/main/samples/user-interface/quicksettings)
7+
> instead.
8+
>
9+
> Thank you for your understanding.
10+
111
## Android N Quick Settings Codelab
212

313
This folder contains an updated source code for a [Google I/O 2016 codelab on Android N Quick Settings](https://codelabs.developers.google.com/codelabs/android-n-quick-settings/#0).

TextStyling/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
> **Warning**
2+
> This sample has been migraated to the new [platform-samples repository](https://github.com/android/platform-samples)
3+
> and will no longer be maintained.
4+
>
5+
> Please use the following
6+
>[sample](https://github.com/android/platform-samples/tree/main/samples/user-interface/text/src/main/java/com/example/platform/ui/text/TextSpan.kt)
7+
> instead.
8+
>
9+
> Thank you for your understanding.
10+
111
Text Styling
212
============
313
This sample shows how to style text on Android using spans, in Kotlin, using [Android KTX](https://github.com/android/android-ktx).

WindowInsetsAnimation/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
> **Warning**
2+
> This sample has been migraated to the new [platform-samples repository](https://github.com/android/platform-samples)
3+
> and will no longer be maintained.
4+
>
5+
> Please use the following
6+
>[sample](https://github.com/android/platform-samples/blob/main/samples/user-interface/window-insets/src/main/java/com/example/platform/ui/insets/WindowInsetsAnimation.kt)
7+
> instead.
8+
>
9+
> Thank you for your understanding.
10+
111
WindowInsetsAnimation sample
212
============
313

0 commit comments

Comments
 (0)