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

Commit f074a66

Browse files
authored
Merge pull request #145 from android/add-bubbles-yaml
Add yaml for bubbles and fix other (studio import).
2 parents 944fea4 + 6e089be commit f074a66

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# GOOGLE SAMPLE PACKAGING DATA
3+
#
4+
# This file is used by Google as part of our samples packaging process.
5+
# End users may safely ignore this file. It has no relevance to other systems.
6+
---
7+
status: PUBLISHED
8+
technologies: [Android]
9+
categories: [User Interface]
10+
languages: [Kotlin]
11+
solutions: [Mobile]
12+
github: android/user-interface-samples
13+
level: INTERMEDIATE
14+
icon: screenshots/icon-web.png
15+
license: apache2

DarkTheme/.google/packaging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file is used by Google as part of our samples packaging process.
55
# End users may safely ignore this file. It has no relevance to other systems.
66
---
7-
status: DRAFT
7+
status: PUBLISHED
88
technologies: [Android]
99
categories: [User Interface]
1010
languages: [Java]

DownloadableFontsKotlin/.google/packaging.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# This file is used by Google as part of our samples packaging process.
55
# End users may safely ignore this file. It has no relevance to other systems.
66
---
7-
status: DRAFTED
7+
status: PUBLISHED
88
technologies: [Android]
99
categories: [User Interface]
1010
languages: [Kotlin]
1111
solutions: [Mobile]
12-
github: android-DownloadableFonts
12+
github: android/user-interface-samples
1313
level: INTERMEDIATE
1414
icon: screenshots/icon-web.png
1515
apiRefs:

0 commit comments

Comments
 (0)