am 66fe9882: am e68959de: Merge "More fix for bug #8505156 WiFi properties dialog is having some issues in RTL mode" into jb-mr2-dev

* commit '66fe98823f7b38387034ed3bfc9a90d629a5a980':
  More fix for bug #8505156 WiFi properties dialog is having some issues in RTL mode
This commit is contained in:
Fabrice Di Meglio
2013-04-04 11:06:49 -07:00
committed by Android Git Automerger
2 changed files with 3 additions and 2 deletions

View File

@@ -1086,7 +1086,7 @@ public class WifiSettings extends SettingsPreferenceFragment
float titleHeight = resources.getFraction(R.dimen.setup_title_height, 1, 1);
float sideMargin = resources.getFraction(R.dimen.setup_border_width, 1, 1);
int bottom = resources.getDimensionPixelSize(R.dimen.setup_margin_bottom);
setPadding(
setPaddingRelative(
(int) (parentWidth * sideMargin),
0,
(int) (parentWidth * sideMargin),