Skip to content

Commit

Permalink
Add deprecation notices
Browse files Browse the repository at this point in the history
Change-Id: Ie69c1267d3ffd9f54f760c03f86e00d0e8192929
  • Loading branch information
yaraki committed Jul 5, 2023
1 parent 93aac97 commit abc1669
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.
>

This comment has been minimized.

Copy link
@mamastroso69
> Thank you for your understanding.

This comment has been minimized.

Copy link
@mamastroso69
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 abc1669

Please sign in to comment.