Skip to content

Commit

Permalink
Merge pull request #438 from android/yaraki/readme-2
Browse files Browse the repository at this point in the history
Add deprecation notices
  • Loading branch information
yaraki authored Jul 5, 2023
2 parents 93aac97 + abc1669 commit 39741e7
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 1 deletion.
10 changes: 10 additions & 0 deletions DownloadableFonts/README.md
Original file line number Diff line number Diff line change
@@ -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)
===================================

Expand Down
12 changes: 11 additions & 1 deletion DragAndDrop/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
For reference and education only.
10 changes: 10 additions & 0 deletions Quick-Settings/README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
10 changes: 10 additions & 0 deletions TextStyling/README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
10 changes: 10 additions & 0 deletions WindowInsetsAnimation/README.md
Original file line number Diff line number Diff line change
@@ -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
============

Expand Down

0 comments on commit 39741e7

Please sign in to comment.