summaryrefslogtreecommitdiffstats
path: root/src/res/layout/bookmarks_header.xml
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@cyanogenmod.com>2015-08-28 17:43:17 -0700
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2015-08-28 17:43:17 -0700
commitf6ebac34baf99592f414a228490c2625a0fa8e37 (patch)
tree8f15ab75baa1eb3572309ac639c062a61de92705 /src/res/layout/bookmarks_header.xml
parent8b6a361c4b0d45d3e3e01019db1900d86ccba3b1 (diff)
downloadandroid_packages_apps_Gello-f6ebac34baf99592f414a228490c2625a0fa8e37.tar.gz
android_packages_apps_Gello-f6ebac34baf99592f414a228490c2625a0fa8e37.tar.bz2
android_packages_apps_Gello-f6ebac34baf99592f414a228490c2625a0fa8e37.zip
Combine source & prebuilt to single project
Todo: Makefile logic
Diffstat (limited to 'src/res/layout/bookmarks_header.xml')
-rw-r--r--src/res/layout/bookmarks_header.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/res/layout/bookmarks_header.xml b/src/res/layout/bookmarks_header.xml
new file mode 100644
index 00000000..ba8cf2cf
--- /dev/null
+++ b/src/res/layout/bookmarks_header.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010 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.
+-->
+
+<com.android.browser.BreadCrumbView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/crumbs"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />