Loading core/res/res/values-land/dimens_package_installer.xml +4 −2 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ <!-- Landscape dimensions for the permission grant dialog. --> <resources> <!-- 37:20 == 65% width --> <dimen name="permissionGrantDialogWidth">37</dimen> <!-- Assuming the dimension of a sailfish, this yields 95% width in splitscreen and 65% in landscape --> <dimen name="permissionGrantDialogWeight">8.6</dimen> <dimen name="permissionGrantDialogWidth">334dp</dimen> </resources> core/res/res/values-port/dimens_package_installer.xml +3 −2 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ <!-- portrait dimensions for the permission grant dialog. --> <resources> <!-- 380:20 == 95% width --> <dimen name="permissionGrantDialogWidth">380</dimen> <!-- This yields 95% width --> <dimen name="permissionGrantDialogWeight">380</dimen> <dimen name="permissionGrantDialogWidth">0dp</dimen> </resources> core/res/res/values/styles_package_installer.xml +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ <style name="PermissionGrantDialog"> <item name="background">?attr/windowBackground</item> <item name="elevation">?attr/windowElevation</item> <item name="layout_weight">@dimen/permissionGrantDialogWidth</item> <item name="layout_width">320dp</item> <item name="layout_weight">@dimen/permissionGrantDialogWeight</item> <item name="layout_width">@dimen/permissionGrantDialogWidth</item> </style> <style name="PermissionGrantTitleIcon"> Loading Loading
core/res/res/values-land/dimens_package_installer.xml +4 −2 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ <!-- Landscape dimensions for the permission grant dialog. --> <resources> <!-- 37:20 == 65% width --> <dimen name="permissionGrantDialogWidth">37</dimen> <!-- Assuming the dimension of a sailfish, this yields 95% width in splitscreen and 65% in landscape --> <dimen name="permissionGrantDialogWeight">8.6</dimen> <dimen name="permissionGrantDialogWidth">334dp</dimen> </resources>
core/res/res/values-port/dimens_package_installer.xml +3 −2 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ <!-- portrait dimensions for the permission grant dialog. --> <resources> <!-- 380:20 == 95% width --> <dimen name="permissionGrantDialogWidth">380</dimen> <!-- This yields 95% width --> <dimen name="permissionGrantDialogWeight">380</dimen> <dimen name="permissionGrantDialogWidth">0dp</dimen> </resources>
core/res/res/values/styles_package_installer.xml +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ <style name="PermissionGrantDialog"> <item name="background">?attr/windowBackground</item> <item name="elevation">?attr/windowElevation</item> <item name="layout_weight">@dimen/permissionGrantDialogWidth</item> <item name="layout_width">320dp</item> <item name="layout_weight">@dimen/permissionGrantDialogWeight</item> <item name="layout_width">@dimen/permissionGrantDialogWidth</item> </style> <style name="PermissionGrantTitleIcon"> Loading