]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ble-oad-android-source-code/ble-oad-android-source-code.git/blob - app/src/main/res/layout/activity_fw_update.xml
Initial release based on BLE Stack 2_2_0
[ble-oad-android-source-code/ble-oad-android-source-code.git] / app / src / main / res / layout / activity_fw_update.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     xmlns:app="http://schemas.android.com/apk/res-auto"
4     xmlns:tools="http://schemas.android.com/tools"
5     android:layout_width="match_parent"
6     android:layout_height="match_parent"
7     android:fitsSystemWindows="true"
8     tools:context="com.example.ti.oadexample.FwUpdateActivity">
10     <android.support.design.widget.AppBarLayout
11         android:layout_width="match_parent"
12         android:layout_height="wrap_content"
13         android:theme="@style/AppTheme.AppBarOverlay">
15         <android.support.v7.widget.Toolbar
16             android:id="@+id/toolbar"
17             android:layout_width="match_parent"
18             android:layout_height="?attr/actionBarSize"
19             android:background="?attr/colorPrimary"
20             app:popupTheme="@style/AppTheme.PopupOverlay" />
22     </android.support.design.widget.AppBarLayout>
24     <include layout="@layout/content_fw_update" />
25 </android.support.design.widget.CoordinatorLayout>