Files
frameworks_base/tests/BiDiTests/res/layout/textview_direction_rtl.xml
Doug Felt cb37912045 Implement textDirection heuristic selection.
Change-Id: I2fcf18de573f2d66494fa5ed61e4273c3c6078c7
2011-07-14 11:24:33 -07:00

250 lines
12 KiB
XML

<?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/textview_direction_rtl"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layoutDirection="rtl"
android:textDirection="rtl">
<TableLayout android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TableRow>
<TextView android:text="(unspecified)"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:typeface="serif"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_hebrew_text"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_latin_text"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_multiline_text"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
</TableRow>
<TableRow>
<TextView android:text="inherit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:typeface="serif"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_hebrew_text"
android:textDirection="inherit"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_latin_text"
android:textDirection="inherit"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_multiline_text"
android:textDirection="inherit"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
</TableRow>
<TableRow>
<TextView android:text="firstStrong"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:typeface="serif"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_hebrew_text"
android:textDirection="firstStrong"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_latin_text"
android:textDirection="firstStrong"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_multiline_text"
android:textDirection="firstStrong"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
</TableRow>
<TableRow>
<TextView android:text="anyRtl"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:typeface="serif"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_hebrew_text"
android:textDirection="anyRtl"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_latin_text"
android:textDirection="anyRtl"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_multiline_text"
android:textDirection="anyRtl"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
</TableRow>
<TableRow>
<TextView android:text="ltr"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:typeface="serif"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_hebrew_text"
android:textDirection="ltr"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_latin_text"
android:textDirection="ltr"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_multiline_text"
android:textDirection="ltr"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
</TableRow>
<TableRow>
<TextView android:text="rtl"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:typeface="serif"
android:layout_marginRight="7dip"
android:layout_marginLeft="7dip"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_hebrew_text"
android:textDirection="rtl"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_latin_text"
android:textDirection="rtl"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
<TextView android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textSize="24dip"
android:text="@string/textview_multiline_text"
android:textDirection="rtl"
android:layout_marginLeft="7dip"
android:layout_marginRight="7dip"
android:background="#444444"
/>
</TableRow>
</TableLayout>
</FrameLayout>