blob: e1205abf64670bd371e208b7af755cf49db9eeb8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014, 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>FloatingActionButtonBasic</name>
<group>UI</group>
<package>com.example.android.floatingactionbuttonbasic</package>
<minSdk>21</minSdk>
<compileSdkVersion>21</compileSdkVersion>
<strings>
<intro>
<![CDATA[
This sample shows the two sizes of Floating Action Buttons and how to interact with
them.
]]>
</intro>
</strings>
<template src="base"/>
<template src="FragmentView"/>
<common src="logger"/>
<common src="activities"/>
<metadata>
<status>PUBLISHED</status>
<categories>Getting Started, UI</categories>
<technologies>Android</technologies>
<languages>Java</languages>
<solutions>Mobile</solutions>
<level>BEGINNER</level>
<icon>screenshots/big_icon.png</icon>
<screenshots>
<img>screenshots/screenshot1.png</img>
<img>screenshots/screenshot2.png</img>
<img>screenshots/screenshot3.png</img>
<img>screenshots/screenshot4.png</img>
<img>screenshots/screenshot5.png</img>
</screenshots>
<api_refs>
<android>android.graphics.Outline</android>
<android>android.view.ViewOutlineProvider</android>
<android>android.widget.Checkable</android>
</api_refs>
<description>
This sample shows the two sizes of Floating Action Buttons and
how to interact with them.
</description>
<intro>
This sample shows how to implement a [Checkable][1] Floating Action Button.
Two sizes of Floating Action Buttons are being displayed on screen and can
change their states regarding on their state.
A log can be toggled within the [ActionBar][2] to display a log which keeps
track of the button's states.
[1]: https://developer.android.com/reference/android/widget/Checkable.html
[2]: https://developer.android.com/reference/android/app/ActionBar.html
</intro>
</metadata>
</sample>