summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-08-26 22:08:09 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-26 22:08:09 +0000
commit6c15a644cb72df32edb62489f272c4aefe711e8a (patch)
treee3b7b40300ff757ad23c1b2f621d06d191b4414a /res/layout
parentcc07e7a9c6e383f35a8de717be71201f666b01a8 (diff)
parent892c74d460ad98c6306420e1127c9aa3e505ba25 (diff)
downloadandroid_packages_apps_Trebuchet-6c15a644cb72df32edb62489f272c4aefe711e8a.tar.gz
android_packages_apps_Trebuchet-6c15a644cb72df32edb62489f272c4aefe711e8a.tar.bz2
android_packages_apps_Trebuchet-6c15a644cb72df32edb62489f272c4aefe711e8a.zip
Merge "Fixing folders to always show in view, removing old assets and references to LauncherModel count." into jb-ub-gel-agar
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/scroll_indicator.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/res/layout/scroll_indicator.xml b/res/layout/scroll_indicator.xml
deleted file mode 100644
index 4ea312b6d..000000000
--- a/res/layout/scroll_indicator.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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"
- android:visibility="gone"
- android:alpha="0"
- android:scaleType="fitXY"
- android:src="@drawable/hotseat_scrubber_holo" />