summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2013-02-11 18:27:34 -0800
committerFabrice Di Meglio <fdimeglio@google.com>2013-02-12 13:12:13 -0800
commit6d9fe5bd22b531bfce69b146254a4791c76acddc (patch)
treea4e7fee99c29961e17955f771b03fb1318d0bbd5 /tests/BiDiTests/res
parent981e60edc3ed91ea8b5e1dae98669b88b175e19b (diff)
downloadframeworks_base-6d9fe5bd22b531bfce69b146254a4791c76acddc.zip
frameworks_base-6d9fe5bd22b531bfce69b146254a4791c76acddc.tar.gz
frameworks_base-6d9fe5bd22b531bfce69b146254a4791c76acddc.tar.bz2
Clean Paint.mBidiFlags as it is no longer used
See bug #7623824 Change-Id: Ie2f9422821f6dcc73c99e8695f448e966b587b1d
Diffstat (limited to 'tests/BiDiTests/res')
-rw-r--r--tests/BiDiTests/res/layout/canvas.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/BiDiTests/res/layout/canvas.xml b/tests/BiDiTests/res/layout/canvas.xml
deleted file mode 100644
index 0319a83..0000000
--- a/tests/BiDiTests/res/layout/canvas.xml
+++ /dev/null
@@ -1,40 +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.
--->
-
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/canvas"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
-
- <LinearLayout android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <SeekBar android:id="@+id/seekbar"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
- />
-
- <view class="com.android.bidi.BiDiTestView"
- android:id="@+id/testview"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="#FF0000"
- />
-
- </LinearLayout>
-
-</FrameLayout> \ No newline at end of file