This repository was archived by the owner on Jul 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +51
-1
lines changed Expand file tree Collapse file tree 5 files changed +51
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
11
Android DownloadableFonts Sample (Kotlin)
2
12
===================================
3
13
Original file line number Diff line number Diff line change
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
+
1
11
# Drag and Drop Demo
2
12
3
13
## This is not an official Google product
@@ -15,4 +25,4 @@ the process of implementing both dragging and dropping functionality.
15
25
## Screenshots
16
26
![ Animation of the sample app. Text and images are dragged and dropped between two instances of the app] ( screenshots/drag-n-drop.gif )
17
27
18
- For reference and education only.
28
+ For reference and education only.
Original file line number Diff line number Diff line change
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
+
1
11
## Android N Quick Settings Codelab
2
12
3
13
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 ) .
Original file line number Diff line number Diff line change
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
+
1
11
Text Styling
2
12
============
3
13
This sample shows how to style text on Android using spans, in Kotlin, using [ Android KTX] ( https://github.com/android/android-ktx ) .
Original file line number Diff line number Diff line change
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
+
1
11
WindowInsetsAnimation sample
2
12
============
3
13
You can’t perform that action at this time.
0 commit comments