Updates metadata for "FloatingActionButtonBasic" sample

Change-Id: I941fcde50d12867d92856346db8e33ef8268bee4
diff --git a/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/big_icon.png b/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/big_icon.png
new file mode 100644
index 0000000..78b209b
--- /dev/null
+++ b/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/big_icon.png
Binary files differ
diff --git a/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot1.png b/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot1.png
new file mode 100644
index 0000000..9952a93
--- /dev/null
+++ b/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot1.png
Binary files differ
diff --git a/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot2.png b/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot2.png
new file mode 100644
index 0000000..2daa568
--- /dev/null
+++ b/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot2.png
Binary files differ
diff --git a/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot3.png b/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot3.png
new file mode 100644
index 0000000..7828d30
--- /dev/null
+++ b/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot3.png
Binary files differ
diff --git a/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot4.png b/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot4.png
new file mode 100644
index 0000000..023d6e2
--- /dev/null
+++ b/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot4.png
Binary files differ
diff --git a/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot5.png b/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot5.png
new file mode 100644
index 0000000..20133d8
--- /dev/null
+++ b/ui/views/FloatingActionButton/FloatingActionButtonBasic/screenshots/screenshot5.png
Binary files differ
diff --git a/ui/views/FloatingActionButton/FloatingActionButtonBasic/template-params.xml b/ui/views/FloatingActionButton/FloatingActionButtonBasic/template-params.xml
index 0e97b7a..e1205ab 100644
--- a/ui/views/FloatingActionButton/FloatingActionButtonBasic/template-params.xml
+++ b/ui/views/FloatingActionButton/FloatingActionButtonBasic/template-params.xml
@@ -14,19 +14,12 @@
  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>
-
-    <!-- change minSdk if needed-->
     <minSdk>21</minSdk>
     <compileSdkVersion>21</compileSdkVersion>
-
-
     <strings>
         <intro>
             <![CDATA[
@@ -40,5 +33,42 @@
     <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>