Skip to content

Commit f61bc00

Browse files
author
Rob Orgiu
committed
Update README fils
1 parent a664926 commit f61bc00

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
# Large screen canonical layouts
22

3-
## This is not an official Google product
4-
53
The large screen canonical layouts are proven design patterns that provide an optimal user experience on large screen devices. The layouts are responsive and adaptive, supporting small screen phones as well as tablets, foldables, and ChromeOS devices.
64

75
For more information see the [Large screen canonical layouts](https://developer.android.com/guide/topics/large-screens/large-screen-canonical-layouts) developer guide.
86

97
## Installation
108

11-
Clone the [user-interface-samples](https://github.com/android/user-interface-samples) repository, then open the canonical layout samples as projects in Android Studio.
9+
Clone the [adaptive-apps-samples](https://github.com/android/adaptive-apps-samples) repository, then open the canonical layout samples as projects in Android Studio.
1210

1311
## Available Canonical layouts and related implementations
1412
- List-Detail
15-
- [Activities](./list-detail-activity-embedding)
16-
- [Views and Fragments](./list-detail-sliding-pane)
17-
- [Jetpack Compose](./list-detail-compose)
13+
- [Activities](./CanonicalLayouts/list-detail-activity-embedding)
14+
- [Views and Fragments](./CanonicalLayouts/list-detail-sliding-pane)
15+
- [Jetpack Compose](./CanonicalLayouts/list-detail-compose)
1816
- Feed
19-
- [Views and Fragments](./feed-view)
20-
- [Jetpack Compose](./feed-compose)
17+
- [Views and Fragments](./CanonicalLayouts/feed-view)
18+
- [Jetpack Compose](./CanonicalLayouts/feed-compose)
2119
- Supporting Pane
22-
- [Views](./supporting-pane-views)
23-
- [Fragments](./supporting-pane-fragments)
24-
- [Jetpack Compose](./supporting-pane-compose)
20+
- [Views](./CanonicalLayouts/supporting-pane-views)
21+
- [Fragments](./CanonicalLayouts/supporting-pane-fragments)
22+
- [Jetpack Compose](./CanonicalLayouts/supporting-pane-compose)
2523

2624
## Support
2725

2826
Stack Overflow: http://stackoverflow.com/questions/tagged/android
2927

30-
If you find an error in the samples, please file an issue at https://github.com/android/user-interface-samples.
28+
If you find an error in the samples, please file an issue.
3129

0 commit comments

Comments
 (0)