aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/breadcrumb_item_divider.xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2012-08-25 21:00:25 +0200
committerJorge Ruesga <jorge@ruesga.com>2012-08-25 21:00:25 +0200
commit3deb777d70fc5649d69f088e4dee75281d443395 (patch)
treeeabcb4af3c009a3b472eaa69cfcdc8d7f9572c41 /res/layout/breadcrumb_item_divider.xml
parent4ee6170036f75940e1712783bae92781216aad07 (diff)
downloadandroid_packages_apps_CMFileManager-3deb777d70fc5649d69f088e4dee75281d443395.tar.gz
android_packages_apps_CMFileManager-3deb777d70fc5649d69f088e4dee75281d443395.tar.bz2
android_packages_apps_CMFileManager-3deb777d70fc5649d69f088e4dee75281d443395.zip
Initial commit
Diffstat (limited to 'res/layout/breadcrumb_item_divider.xml')
-rw-r--r--res/layout/breadcrumb_item_divider.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/layout/breadcrumb_item_divider.xml b/res/layout/breadcrumb_item_divider.xml
new file mode 100644
index 00000000..296e01ea
--- /dev/null
+++ b/res/layout/breadcrumb_item_divider.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ** Copyright (C) 2012 The CyanogenMod 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.
+-->
+<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ style="@style/breadcrumb_elemement"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:contentDescription="@null"
+ android:src="@drawable/ic_holo_light_breadcrumb_divider" />