diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2011-06-06 17:58:17 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2011-06-06 17:58:17 -0700 |
commit | de7fc15ff45e7a7dad6304908cc6b87f3f154bf8 (patch) | |
tree | 0183ce7a4f645f211f018dcdc04e807af7315119 /tests/BiDiTests | |
parent | a556abfb3d9ace5f6d179cf0831138fe9c580146 (diff) | |
download | frameworks_base-de7fc15ff45e7a7dad6304908cc6b87f3f154bf8.zip frameworks_base-de7fc15ff45e7a7dad6304908cc6b87f3f154bf8.tar.gz frameworks_base-de7fc15ff45e7a7dad6304908cc6b87f3f154bf8.tar.bz2 |
Update BiDiTest app for Gravity renaming
- BEFORE?AFTER is now START/END
Change-Id: I44cfdc17090052704024d8c5386553f0c83e9ab2
Diffstat (limited to 'tests/BiDiTests')
-rw-r--r-- | tests/BiDiTests/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/BiDiTests/res/values/strings.xml b/tests/BiDiTests/res/values/strings.xml index 2aeb9e1..d067e7d 100644 --- a/tests/BiDiTests/res/values/strings.xml +++ b/tests/BiDiTests/res/values/strings.xml @@ -19,9 +19,9 @@ <string name="button3_text">Button3</string> <string name="button4_text">Button4</string> <string name="button_right_text">Right</string> - <string name="button_after_text">After</string> + <string name="button_after_text">End</string> <string name="button_left_text">Left</string> - <string name="button_before_text">Before</string> + <string name="button_before_text">Start</string> <string name="button_requestlayout_text">Request Layout</string> <string name="textview_text">This is a text for a TextView</string> <string name="edittext_text">mmmmmmmmmmmmmmmmmmmmmmmm</string> |