From e31311fde5eb052941167d1a7942987ef3b49273 Mon Sep 17 00:00:00 2001 From: Mark Wagner Date: Wed, 21 Oct 2009 13:17:54 -0700 Subject: [PATCH] fix the "right icon" in the titlebar Looks like when you request a right icon in the title bar it was still putting it on the left. Perhaps nobody ever tried this. --- core/res/res/layout/screen_title_icons.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/core/res/res/layout/screen_title_icons.xml b/core/res/res/layout/screen_title_icons.xml index 4d7a6c8df2fde..54159090b41f2 100644 --- a/core/res/res/layout/screen_title_icons.xml +++ b/core/res/res/layout/screen_title_icons.xml @@ -66,22 +66,25 @@ This is the basic layout for a screen, with all of its features enabled. android:layout_toLeftOf="@id/progress_circular" android:layout_toRightOf="@android:id/left_icon" > + -