diff options
author | Victor Häggqvist <[email protected]> | 2015-09-17 17:43:37 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2015-09-17 17:43:37 +0200 |
commit | 236dab5626351a96d3f8c2e992836e5835e4590c (patch) | |
tree | f0dd30ccfb8db677f99390a3baa2ca06252da4a7 /aboutit-sample/src/main/res/layout/toolbar.xml | |
parent | b5d3dcc8f270971846ad57a4f3e2e30a7789759f (diff) |
Update JavaDoc
Diffstat (limited to 'aboutit-sample/src/main/res/layout/toolbar.xml')
-rw-r--r-- | aboutit-sample/src/main/res/layout/toolbar.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/aboutit-sample/src/main/res/layout/toolbar.xml b/aboutit-sample/src/main/res/layout/toolbar.xml deleted file mode 100644 index 0df34f8..0000000 --- a/aboutit-sample/src/main/res/layout/toolbar.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/toolbar" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:background="?attr/colorPrimary" - android:minHeight="?attr/actionBarSize"/> |