diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2013-03-08 14:05:28 -0800 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2013-03-08 14:05:28 -0800 |
commit | 02c40c24045bede4baae6e5eaa5a88ce686715fe (patch) | |
tree | 4a962d3cff1c39336534236ead38e6b29a349528 /packages/SystemUI/res/layout-land/status_bar_search_panel.xml | |
parent | 6916c6ee105e7e91f494ec79c24152fb64d8eed1 (diff) | |
download | frameworks_base-02c40c24045bede4baae6e5eaa5a88ce686715fe.zip frameworks_base-02c40c24045bede4baae6e5eaa5a88ce686715fe.tar.gz frameworks_base-02c40c24045bede4baae6e5eaa5a88ce686715fe.tar.bz2 |
Fix bug #8058390 Space is required after the battery sign in the RTL locales
- fix remaining left/right properties that needed to be start/end properties
Change-Id: Iaa5090c2ad256e378313f164e2388f42428e5700
Diffstat (limited to 'packages/SystemUI/res/layout-land/status_bar_search_panel.xml')
-rw-r--r-- | packages/SystemUI/res/layout-land/status_bar_search_panel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout-land/status_bar_search_panel.xml b/packages/SystemUI/res/layout-land/status_bar_search_panel.xml index 96b0a1f..a109191 100644 --- a/packages/SystemUI/res/layout-land/status_bar_search_panel.xml +++ b/packages/SystemUI/res/layout-land/status_bar_search_panel.xml @@ -36,7 +36,7 @@ android:id="@+id/search_panel_container" android:layout_width="wrap_content" android:layout_height="match_parent" - android:layout_alignParentRight="true"> + android:layout_alignParentEnd="true"> <com.android.internal.widget.multiwaveview.GlowPadView android:id="@+id/glow_pad_view" |