sysui: update sw900dp navbar sizes

Bug: 32516898
Change-Id: I3e1a2855fa3cb2f538bf87df3d48ac3dcfc4c67a
This commit is contained in:
Xiaohui Chen
2016-12-19 16:33:16 -08:00
parent 9ec4256a17
commit c48f07bc82
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>