diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2011-06-20 17:41:21 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2011-06-24 18:55:24 -0700 |
commit | b76023afd192a1f5c81a8965cfd1b9dde2558726 (patch) | |
tree | d6ba128d048fd999ee684c63fac424fc6b93412a /tests/BiDiTests/res/layout | |
parent | 4c60c541de2399d92610b8a7f7f105a42c1ed2a9 (diff) | |
download | frameworks_base-b76023afd192a1f5c81a8965cfd1b9dde2558726.zip frameworks_base-b76023afd192a1f5c81a8965cfd1b9dde2558726.tar.gz frameworks_base-b76023afd192a1f5c81a8965cfd1b9dde2558726.tar.bz2 |
Introduce MarginLayoutParams marginStart and margingEnd
- update BiDiTest app for adding more unit tests concerning margin
Change-Id: Ia6a7e0a1948a2c375e8f3cc87d120a85351a8c27
Diffstat (limited to 'tests/BiDiTests/res/layout')
-rw-r--r-- | tests/BiDiTests/res/layout/view_group_margin_mixed.xml | 241 |
1 files changed, 241 insertions, 0 deletions
diff --git a/tests/BiDiTests/res/layout/view_group_margin_mixed.xml b/tests/BiDiTests/res/layout/view_group_margin_mixed.xml new file mode 100644 index 0000000..5845b38 --- /dev/null +++ b/tests/BiDiTests/res/layout/view_group_margin_mixed.xml @@ -0,0 +1,241 @@ +<?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/view_group_margin_mixed" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:background="#FFFFFFFF"> + + <LinearLayout android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + <LinearLayout android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layoutDirection="ltr"> + + <LinearLayout android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="#FF0000FF"> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:layout_marginLeft="0dip" + android:layout_marginRight="0dip" + android:layout_marginTop="0dip" + android:layout_marginBottom="0dip" + android:background="#FFFF0000"> + </FrameLayout> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:background="#FF00FF00"> + </FrameLayout> + </LinearLayout> + + <LinearLayout android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="#FF000000"> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:layout_marginLeft="10dip" + android:layout_marginStart="5dip" + android:layout_marginRight="20dip" + android:layout_marginEnd="5dip" + android:layout_marginTop="5dip" + android:layout_marginBottom="5dip" + android:background="#FFFF0000"> + </FrameLayout> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:background="#FF00FF00"> + </FrameLayout> + </LinearLayout> + + </LinearLayout> + + <LinearLayout android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layoutDirection="rtl"> + + <LinearLayout android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="#FF0000FF"> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:layout_marginLeft="0dip" + android:layout_marginRight="0dip" + android:layout_marginTop="0dip" + android:layout_marginBottom="0dip" + android:background="#FFFF0000"> + </FrameLayout> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:background="#FF00FF00"> + </FrameLayout> + </LinearLayout> + + <LinearLayout android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="#FF000000"> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:layout_marginLeft="10dip" + android:layout_marginStart="5dip" + android:layout_marginRight="20dip" + android:layout_marginEnd="5dip" + android:layout_marginTop="5dip" + android:layout_marginBottom="5dip" + android:background="#FFFF0000"> + </FrameLayout> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:background="#FF00FF00"> + </FrameLayout> + </LinearLayout> + + </LinearLayout> + + <LinearLayout android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layoutDirection="inherit"> + + <LinearLayout android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="#FF0000FF"> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:layout_marginLeft="0dip" + android:layout_marginRight="0dip" + android:layout_marginTop="0dip" + android:layout_marginBottom="0dip" + android:background="#FFFF0000"> + </FrameLayout> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:background="#FF00FF00"> + </FrameLayout> + </LinearLayout> + + <LinearLayout android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="#FF000000"> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:layout_marginLeft="10dip" + android:layout_marginStart="5dip" + android:layout_marginRight="20dip" + android:layout_marginEnd="5dip" + android:layout_marginTop="5dip" + android:layout_marginBottom="5dip" + android:background="#FFFF0000"> + </FrameLayout> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:background="#FF00FF00"> + </FrameLayout> + </LinearLayout> + + </LinearLayout> + + <LinearLayout android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layoutDirection="locale"> + + <LinearLayout android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="#FF0000FF"> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:layout_marginLeft="0dip" + android:layout_marginRight="0dip" + android:layout_marginTop="0dip" + android:layout_marginBottom="0dip" + android:background="#FFFF0000"> + </FrameLayout> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:background="#FF00FF00"> + </FrameLayout> + </LinearLayout> + + <LinearLayout android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="#FF000000"> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:layout_marginLeft="10dip" + android:layout_marginStart="5dip" + android:layout_marginRight="20dip" + android:layout_marginEnd="5dip" + android:layout_marginTop="5dip" + android:layout_marginBottom="5dip" + android:background="#FFFF0000"> + </FrameLayout> + + <FrameLayout + android:layout_width="80dp" + android:layout_height="80dp" + android:background="#FF00FF00"> + </FrameLayout> + </LinearLayout> + + </LinearLayout> + + </LinearLayout> + +</FrameLayout>
\ No newline at end of file |