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

Commit 9f0f0e0e authored by Jim Miller's avatar Jim Miller
Browse files

First pass at integrating new ScrollView-based recents panel.

- added layout transitions
- now calls removeTask() for selected activity.

Change-Id: Ie57b3d79551353a564bb2e4da26243a10bb0198d
parent dff78975
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,9 +19,9 @@
-->
<resources>
    <!-- The width that is used when creating thumbnails of applications. -->
    <dimen name="thumbnail_width">64dp</dimen>
    <dimen name="thumbnail_width">120dp</dimen>
    <!-- The height that is used when creating thumbnails of applications. -->
    <dimen name="thumbnail_height">100dp</dimen>
    <dimen name="thumbnail_height">120dp</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">48dip</dimen>
+7.74 KiB
Loading image diff...
+9.55 KiB
Loading image diff...
+114 B
Loading image diff...
+3.89 KiB
Loading image diff...
Loading