summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-06-08 08:58:41 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-08 08:58:41 -0700
commit14f409937b824b4cf1be61ad9df128e5bb701a71 (patch)
treed95596a17b1e266999573b378efbf31b3cf52e2b /res/layout
parentf05560be0a5d326e645a9de508ae20b75dc27061 (diff)
parent541f55a0178da7c09fb32aa5385effae031ea071 (diff)
downloadpackages_apps_browser-14f409937b824b4cf1be61ad9df128e5bb701a71.zip
packages_apps_browser-14f409937b824b4cf1be61ad9df128e5bb701a71.tar.gz
packages_apps_browser-14f409937b824b4cf1be61ad9df128e5bb701a71.tar.bz2
Merge "Freeze tab improvements"
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/tab_title.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/tab_title.xml b/res/layout/tab_title.xml
index e2c6d0a..fcae2bc 100644
--- a/res/layout/tab_title.xml
+++ b/res/layout/tab_title.xml
@@ -31,6 +31,13 @@
android:src="@drawable/ic_incognito_holo_dark"
android:visibility="gone" />
<ImageView
+ android:id="@+id/snapshot"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:gravity="center_vertical"
+ android:src="@drawable/ic_snapshot"
+ android:visibility="gone" />
+ <ImageView
android:id="@+id/favicon"
android:layout_width="20dip"
android:layout_height="20dip"