Skip to content

Commit

Permalink
Distinguish the icons and enable the rotation tile for quick settings
Browse files Browse the repository at this point in the history
Change-Id: Ie3dd1e1210af432ecf43d5f7a05d61c8be7d4b66
  • Loading branch information
imnuts committed Nov 20, 2012
1 parent ade776d commit 5f89066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/SystemUI/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<!-- Control whether status bar should distinguish HSPA data icon form UMTS
data icon on devices -->
<bool name="config_hspa_data_distinguishable">false</bool>
<bool name="config_hspa_data_distinguishable">true</bool>

<!-- Component to be used as the status bar service. Must implement the IStatusBar
interface. This name is in the ComponentName flattened format (package/class) -->
Expand Down Expand Up @@ -89,7 +89,7 @@
<integer name="quick_settings_user_time_settings_tile_span">1</integer>

<!-- Whether rotation lock shows up in quick settings or not -->
<bool name="quick_settings_show_rotation_lock">false</bool>
<bool name="quick_settings_show_rotation_lock">true</bool>

<!-- Timeouts for brightness dialog to disappear -->
<integer name="quick_settings_brightness_dialog_short_timeout">2000</integer>
Expand Down

0 comments on commit 5f89066

Please sign in to comment.