summaryrefslogtreecommitdiffstats
path: root/res/layout/scroll_indicator.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-07-06 20:41:23 -0700
committerWinson Chung <winsonc@google.com>2011-07-07 14:10:47 -0700
commit649723cfb3d73af16dd02462725700897ca60e38 (patch)
treec270e40a9c6e0d155a21ea8f13f56607de8077fe /res/layout/scroll_indicator.xml
parentc07918d0053fc7d2a19d7b013565a5d2e7d4af51 (diff)
downloadandroid_packages_apps_Trebuchet-649723cfb3d73af16dd02462725700897ca60e38.tar.gz
android_packages_apps_Trebuchet-649723cfb3d73af16dd02462725700897ca60e38.tar.bz2
android_packages_apps_Trebuchet-649723cfb3d73af16dd02462725700897ca60e38.zip
Updating assets.
- Tweaking search bar layout. Change-Id: I9624fa4284135858d3e19b8b8e4710b5dd746042
Diffstat (limited to 'res/layout/scroll_indicator.xml')
-rw-r--r--res/layout/scroll_indicator.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/layout/scroll_indicator.xml b/res/layout/scroll_indicator.xml
new file mode 100644
index 000000000..33eed8bc5
--- /dev/null
+++ b/res/layout/scroll_indicator.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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.
+-->
+<ImageView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
+ android:visibility="gone"
+ android:alpha="0"
+ android:scaleType="fitXY"
+ android:src="@drawable/hotseat_scrubber_holo" /> \ No newline at end of file