sysui: update sw900dp navbar sizes

am: c48f07bc82

Change-Id: Ia9bfece57902625c72eda216464344a40bd25db7
This commit is contained in:
Xiaohui Chen
2016-12-20 21:52:41 +00:00
committed by android-build-merger
2 changed files with 2 additions and 11 deletions

View File

@@ -19,6 +19,6 @@
<resources>
<!-- Nav bar button default ordering/layout -->
<string name="config_navBarLayout" translatable="false">space[.2],back,home;space;menu_ime,recent,space[.2]</string>
<string name="config_navBarLayout" translatable="false">back,home;space;menu_ime,recent</string>
</resources>

View File

@@ -17,7 +17,6 @@
-->
<resources>
<!-- All ryu nav buttons are th same size -->
<dimen name="button_size">80dp</dimen>
<dimen name="navigation_side_padding">@dimen/button_size</dimen>
<dimen name="navigation_key_width">@dimen/button_size</dimen>
@@ -27,14 +26,6 @@
<dimen name="key_button_ripple_max_width">76dp</dimen>
<!-- The padding around the navigation buttons -->
<dimen name="navigation_key_padding">5dp</dimen>
<dimen name="navigation_key_padding">0dp</dimen>
<!-- The inner radius of the halo. -->
<dimen name="halo_inner_radius">12dp</dimen>
<!-- The thickness of the halo. -->
<dimen name="halo_thickness">1dp</dimen>
<!-- The diameter of the halo. This is 2*(halo_inner_radius + halo_thickness). -->
<dimen name="halo_diameter">26dp</dimen>
</resources>