blob: 763fcd80b19282a758abb8526368d8512ad41ab7 [file] [log] [blame]
Leon Scrogginsb6b7f9e2009-06-18 12:05:28 -04001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Bijan Amirzada41242f22014-03-21 12:12:18 -070017<com.android.browser.view.BookmarkContainer
Bijan Amirzada9b1e9882014-02-26 17:15:46 -080018 xmlns:android="http://schemas.android.com/apk/res/android"
John Reck71efc2b2011-05-09 16:54:28 -070019 android:layout_width="wrap_content"
20 android:layout_height="wrap_content"
Kulanthaivel Palanichamya94b4d32015-01-29 19:32:14 -080021 android:layout_margin="@dimen/combo_bookmark_thumbnail_margin"
Kulanthaivel Palanichamya94b4d32015-01-29 19:32:14 -080022 android:orientation="vertical"
Pankaj Garg21dad562015-07-02 17:17:24 -070023 android:paddingEnd="@dimen/combo_horizontalSpacing"
24 android:paddingStart="@dimen/combo_horizontalSpacing" >
Leon Scrogginsb6b7f9e2009-06-18 12:05:28 -040025
Pankaj Garg07b2fd92015-07-15 12:07:37 -070026 <FrameLayout
27 android:id="@+id/container"
Pankaj Garg21dad562015-07-02 17:17:24 -070028 android:layout_width="@dimen/bookmarkThumbnailWidth"
Pankaj Garg07b2fd92015-07-15 12:07:37 -070029 android:layout_height="@dimen/bookmarkThumbnailHeight">
30
31 <!-- The SiteTileView or FolderTileView will be injected here dynamically -->
32
33 <!-- The Managed (MDM) badge (an ImageView) will be injected here dynamically -->
34
35 </FrameLayout>
Pankaj Garg6bedeba2015-06-23 15:47:37 -070036
Pankaj Garg21dad562015-07-02 17:17:24 -070037 <TextView
38 android:id="@+id/label"
39 android:layout_width="@dimen/bookmarkThumbnailWidth"
40 android:layout_height="wrap_content"
41 android:gravity="center"
42 android:ellipsize="marquee"
43 android:lines="2"
44 android:paddingBottom="2dip"
45 android:paddingTop="2dip"
46 android:textAppearance="@style/BookmarkText" />
Bijan Amirzada41242f22014-03-21 12:12:18 -070047</com.android.browser.view.BookmarkContainer>