aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Hubert <aurel.hubert@gmail.com>2016-05-12 13:50:02 +0200
committerAurelien Hubert <aurel.hubert@gmail.com>2016-05-12 13:50:02 +0200
commiteec6c88beccffa5d33dc8fdf3ddcb8acf0df6f9e (patch)
tree5f03643fa8da7e66011c1ccf439363a55bf2042d
parentc7071b59fbf351420fec7cb7b727a1033042a266 (diff)
downloadandroid_external_ahbottomnavigation-eec6c88beccffa5d33dc8fdf3ddcb8acf0df6f9e.tar.gz
android_external_ahbottomnavigation-eec6c88beccffa5d33dc8fdf3ddcb8acf0df6f9e.tar.bz2
android_external_ahbottomnavigation-eec6c88beccffa5d33dc8fdf3ddcb8acf0df6f9e.zip
Removed unnecessary constructor
-rw-r--r--ahbottomnavigation/src/main/java/com/aurelhubert/ahbottomnavigation/AHBottomNavigationItem.java6
-rw-r--r--ahbottomnavigation/src/main/res/drawable/notification.9.pngbin0 -> 689 bytes
2 files changed, 0 insertions, 6 deletions
diff --git a/ahbottomnavigation/src/main/java/com/aurelhubert/ahbottomnavigation/AHBottomNavigationItem.java b/ahbottomnavigation/src/main/java/com/aurelhubert/ahbottomnavigation/AHBottomNavigationItem.java
index c0067d3..9c920f3 100644
--- a/ahbottomnavigation/src/main/java/com/aurelhubert/ahbottomnavigation/AHBottomNavigationItem.java
+++ b/ahbottomnavigation/src/main/java/com/aurelhubert/ahbottomnavigation/AHBottomNavigationItem.java
@@ -31,12 +31,6 @@ public class AHBottomNavigationItem {
/**
* Constructor
- */
- public AHBottomNavigationItem() {
- }
-
- /**
- * Constructor
*
* @param title Title
* @param resource Drawable resource
diff --git a/ahbottomnavigation/src/main/res/drawable/notification.9.png b/ahbottomnavigation/src/main/res/drawable/notification.9.png
new file mode 100644
index 0000000..0779d68
--- /dev/null
+++ b/ahbottomnavigation/src/main/res/drawable/notification.9.png
Binary files differ