You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
3.2 KiB
90 lines
3.2 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright 2013 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<sample>
|
|
<name>WearDrawers</name>
|
|
<group>Wearable</group>
|
|
<package>com.example.android.wearable.wear.weardrawers</package>
|
|
|
|
<minSdkVersionWear>23</minSdkVersionWear>
|
|
<targetSdkVersionWear>28</targetSdkVersionWear>
|
|
|
|
<multiDexEnabled>true</multiDexEnabled>
|
|
|
|
<androidX>true</androidX>
|
|
|
|
<dependency_wearable>androidx.wear:wear:1.0.0</dependency_wearable>
|
|
|
|
<dependency_wearable>androidx.legacy:legacy-support-v13:1.0.0</dependency_wearable>
|
|
|
|
<strings>
|
|
<intro>
|
|
<![CDATA[
|
|
A simple sample that demonstrates Navigation and Action Drawers, part of Material Design for Wear.
|
|
]]>
|
|
</intro>
|
|
</strings>
|
|
|
|
<template src="base-build" />
|
|
<template src="Wear" />
|
|
|
|
<metadata>
|
|
<!-- Values: {DRAFT | PUBLISHED | INTERNAL | DEPRECATED | SUPERCEDED} -->
|
|
<status>DEPRECATED</status>
|
|
<!-- See http://go/sample-categories for details on the next 4 fields. -->
|
|
<!-- Most samples just need to udpate the Categories field. This is a comma-
|
|
seperated list of topic tags. Unlike the old category system, samples
|
|
may have multiple categories, so feel free to add extras. Try to avoid
|
|
simply tagging everything with "UI". :)-->
|
|
<categories>Wearable</categories>
|
|
<technologies>Android</technologies>
|
|
<languages>Java</languages>
|
|
<solutions>Mobile</solutions>
|
|
<level>INTERMEDIATE</level>
|
|
<!-- TODO: Dimensions: 512x512, PNG fomrat -->
|
|
<icon>screenshots/icon-web.png</icon>
|
|
<screenshots>
|
|
<img>screenshots/wear-round-1.png</img>
|
|
<img>screenshots/wear-round-2.png</img>
|
|
<img>screenshots/wear-round-3.png</img>
|
|
<img>screenshots/wear-round-4.png</img>
|
|
</screenshots>
|
|
<api_refs>
|
|
<android>android.support.wearable.activity.WearableActivity</android>
|
|
<android>android.support.wearable.view.drawer.WearableActionDrawer</android>
|
|
<android>android.support.wearable.view.drawer.WearableDrawerLayout</android>
|
|
<android>android.support.wearable.view.drawer.WearableNavigationDrawer</android>
|
|
</api_refs>
|
|
|
|
<description>
|
|
<![CDATA[
|
|
Sample moved to [github.com/android/wear-os][1].
|
|
|
|
[1]: https://github.com/android/wear-os
|
|
]]>
|
|
</description>
|
|
|
|
<intro>
|
|
<![CDATA[
|
|
This repo and all Wear OS samples have been moved to [github.com/android/wear-os][1]. Please check out the code there. Thank you!
|
|
|
|
[1]: https://github.com/android/wear-os
|
|
]]>
|
|
</intro>
|
|
</metadata>
|
|
</sample>
|