diff options
Diffstat (limited to 'src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java')
-rw-r--r-- | src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java b/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java index a4e5de1cfe..352329ce81 100644 --- a/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java +++ b/src/com/android/settings/development/DevelopmentSettingsDashboardFragment.java @@ -281,7 +281,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra controllers.add(new PointerLocationPreferenceController(context)); controllers.add(new ShowSurfaceUpdatesPreferenceController(context)); // show layout bounds - // force rtl layout direction + controllers.add(new RtlLayoutPreferenceController(context)); // window animation scale // transition animation scale // animator duration scale |