summaryrefslogtreecommitdiffstats
path: root/res/drawable-ldrtl/all_apps_fastscroll_bg.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-06-24 10:25:11 -0700
committerWinson Chung <winsonc@google.com>2015-06-24 10:25:11 -0700
commit96ea5908c5be3894f47e28f21b65268e2f7a211f (patch)
tree0077160a4834dbdd04867657341479a8f3d29b5c /res/drawable-ldrtl/all_apps_fastscroll_bg.xml
parent243fdd7cdf262b341b4f66177af27eec4f5cde45 (diff)
downloadandroid_packages_apps_Trebuchet-96ea5908c5be3894f47e28f21b65268e2f7a211f.tar.gz
android_packages_apps_Trebuchet-96ea5908c5be3894f47e28f21b65268e2f7a211f.tar.bz2
android_packages_apps_Trebuchet-96ea5908c5be3894f47e28f21b65268e2f7a211f.zip
Fixing issue with popup arrow direction in RTL.
Change-Id: I454596d8122ae7c44bb22fe74f229d19a5fbd4d4
Diffstat (limited to 'res/drawable-ldrtl/all_apps_fastscroll_bg.xml')
-rw-r--r--res/drawable-ldrtl/all_apps_fastscroll_bg.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/res/drawable-ldrtl/all_apps_fastscroll_bg.xml b/res/drawable-ldrtl/all_apps_fastscroll_bg.xml
deleted file mode 100644
index d79096807..000000000
--- a/res/drawable-ldrtl/all_apps_fastscroll_bg.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2015 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.
--->
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <solid android:color="@color/container_fastscroll_thumb_active_color" />
- <size
- android:width="64dp"
- android:height="64dp" />
- <corners
- android:topLeftRadius="64dp"
- android:topRightRadius="64dp"
- android:bottomRightRadius="64dp" />
-</shape> \ No newline at end of file