Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81faa44c authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "Move / copy some framework and systemui resources from xlarge to large....

Merge "Move / copy some framework and systemui resources from xlarge to large.  The status bar now comes up on large tablets." into honeycomb-mr2
parents 837bdc49 5f9f7ff4
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -22,4 +22,13 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- see comment in values/config.xml -->
    <dimen name="config_prefDialogWidth">440dp</dimen>

    <bool name="config_statusBarCanHide">false</bool>

    <!-- see comment in values/config.xml -->
    <integer name="config_longPressOnPowerBehavior">2</integer>

    <!-- see comment in values/config.xml -->
    <integer name="config_longPressOnHomeBehavior">0</integer>

</resources>
+25 −0
Original line number Diff line number Diff line
@@ -17,6 +17,31 @@
*/
-->
<resources>
    <!-- Height of the status bar -->
    <dimen name="status_bar_height">48dip</dimen>
    <!-- Width and height of a single notification icon in the status bar -->
    <dimen name="status_bar_icon_size">32dip</dimen>
    <!-- Size of the giant number (unread count) in the notifications -->
    <dimen name="status_bar_content_number_size">48sp</dimen>

    <!-- Margin at the edge of the screen to ignore touch events for in the windowshade. -->
    <!-- Margin for permanent screen decorations at the bottom. -->
    <dimen name="screen_margin_bottom">48dip</dimen>

    <!-- Default height of a key in the password keyboard for alpha -->
    <dimen name="password_keyboard_key_height_alpha">75dip</dimen>
    <!-- Default height of a key in the password keyboard for numeric -->
    <dimen name="password_keyboard_key_height_numeric">75dip</dimen>
    <!-- keyboardHeight = key_height*4 + key_bottom_gap*3 -->
    <dimen name="password_keyboard_height">48.0mm</dimen>

    <!-- The width that is used when creating thumbnails of applications. -->
    <dimen name="thumbnail_width">230dp</dimen>
    <!-- The height that is used when creating thumbnails of applications. -->
    <dimen name="thumbnail_height">135dp</dimen>
    <!-- Minimum width of the search view text entry area. -->
    <dimen name="search_view_text_min_width">192dip</dimen>

    <item type="dimen" name="dialog_min_width_major">55%</item>
    <item type="dimen" name="dialog_min_width_minor">80%</item>
</resources>
+7.14 KiB
Loading image diff...
+10.6 KiB
Loading image diff...
+608 B
Loading image diff...
Loading