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

Commit 84cc05ca authored by Deepanshu Gupta's avatar Deepanshu Gupta
Browse files

Add KitKat wifi and battery icons.

This adds wifi and battery icons for Gingerbread and KitKat. This also
improves the icon resolution code by extracting it out in its own class.
The resources are now organized such that each API level resource
directory is used as a backup for all API levels lower than itself.

Change-Id: I937c83638adcc9fa8cd407e0a3023c3abe95530d
parent eb0cefa9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
The directory contains the resources for StatusBar and Navigation Bar.

The resources are not arranged as per the standard resources configuration.
They are stored per API. However, to prevent duplication of resources, each API
resource directory is used as a backup for all earlier API levels.

For example, for the back icon for ICS, we search first in v18, where we don't
find it, and then in v19.
+1 −1
Original line number Diff line number Diff line
@@ -13,5 +13,5 @@
			android:layout_width="wrap_content"
			android:layout_marginLeft="3dp"
			android:layout_marginRight="5dp"
			android:layout_marginTop="1dp"/>
			android:layout_marginTop="2dp"/>
</merge>
+0 −1
Original line number Diff line number Diff line
Resources for Api level 11-20
+604 B
Loading image diff...
+2.38 KiB
Loading image diff...
Loading