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

Commit fd66a020 authored by Kenny Root's avatar Kenny Root
Browse files

Remove xlarge specific icon size

app_icon_size was set to 64dip for xlarge screens resulting in blurry
icons. They were loaded as mdpi (48x48) and scaled up to 64x64 which
looks bad.

Change-Id: I6f8f0c1d11aea3bd1e3a6ebf008aeef10cd4e47e
parent 79204b98
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -40,9 +40,6 @@
    <dimen name="thumbnail_width">230dp</dimen>
    <!-- The height that is used when creating thumbnails of applications. -->
    <dimen name="thumbnail_height">135dp</dimen>
    <!-- The standard size (both width and height) of an application icon that
         will be displayed in the app launcher and elsewhere. -->
    <dimen name="app_icon_size">64dip</dimen>
    <!-- Minimum width of the search view text entry area. -->
    <dimen name="search_view_text_min_width">192dip</dimen>