diff --git a/DownloadableFonts/README.md b/DownloadableFonts/README.md index bdeb61ef..17802f92 100644 --- a/DownloadableFonts/README.md +++ b/DownloadableFonts/README.md @@ -1,3 +1,13 @@ +> **Warning** +> This sample has been migraated to the new [platform-samples repository](https://github.com/android/platform-samples) +> and will no longer be maintained. +> +> Please use the following +>[sample](https://github.com/android/platform-samples/tree/main/samples/user-interface/text/src/main/java/com/example/platform/ui/text/DownloadableFonts.kt) +> instead. +> +> Thank you for your understanding. + Android DownloadableFonts Sample (Kotlin) =================================== diff --git a/DragAndDrop/README.md b/DragAndDrop/README.md index 4af7223d..dd20a47a 100644 --- a/DragAndDrop/README.md +++ b/DragAndDrop/README.md @@ -1,3 +1,13 @@ +> **Warning** +> This sample has been migraated to the new [platform-samples repository](https://github.com/android/platform-samples) +> and will no longer be maintained. +> +> Please use the following +>[sample](https://github.com/android/platform-samples/tree/main/samples/user-interface/draganddrop) +> instead. +> +> Thank you for your understanding. + # Drag and Drop Demo ## This is not an official Google product @@ -15,4 +25,4 @@ the process of implementing both dragging and dropping functionality. ## Screenshots ![Animation of the sample app. Text and images are dragged and dropped between two instances of the app](screenshots/drag-n-drop.gif) -For reference and education only. \ No newline at end of file +For reference and education only. diff --git a/Quick-Settings/README.md b/Quick-Settings/README.md index 3d4d2808..59b9161d 100644 --- a/Quick-Settings/README.md +++ b/Quick-Settings/README.md @@ -1,3 +1,13 @@ +> **Warning** +> This sample has been migraated to the new [platform-samples repository](https://github.com/android/platform-samples) +> and will no longer be maintained. +> +> Please use the following +>[sample](https://github.com/android/platform-samples/tree/main/samples/user-interface/quicksettings) +> instead. +> +> Thank you for your understanding. + ## Android N Quick Settings Codelab 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). diff --git a/TextStyling/README.md b/TextStyling/README.md index 2db5c07f..4ff8084c 100644 --- a/TextStyling/README.md +++ b/TextStyling/README.md @@ -1,3 +1,13 @@ +> **Warning** +> This sample has been migraated to the new [platform-samples repository](https://github.com/android/platform-samples) +> and will no longer be maintained. +> +> Please use the following +>[sample](https://github.com/android/platform-samples/tree/main/samples/user-interface/text/src/main/java/com/example/platform/ui/text/TextSpan.kt) +> instead. +> +> Thank you for your understanding. + Text Styling ============ This sample shows how to style text on Android using spans, in Kotlin, using [Android KTX](https://github.com/android/android-ktx). diff --git a/WindowInsetsAnimation/README.md b/WindowInsetsAnimation/README.md index 314946fc..6909c1a9 100644 --- a/WindowInsetsAnimation/README.md +++ b/WindowInsetsAnimation/README.md @@ -1,3 +1,13 @@ +> **Warning** +> This sample has been migraated to the new [platform-samples repository](https://github.com/android/platform-samples) +> and will no longer be maintained. +> +> Please use the following +>[sample](https://github.com/android/platform-samples/blob/main/samples/user-interface/window-insets/src/main/java/com/example/platform/ui/insets/WindowInsetsAnimation.kt) +> instead. +> +> Thank you for your understanding. + WindowInsetsAnimation sample ============