aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Hubert <aurel.hubert@gmail.com>2016-05-18 14:33:51 +0200
committerAurelien Hubert <aurel.hubert@gmail.com>2016-05-18 14:33:51 +0200
commit248caf439102ce951fb936689b2205068c923799 (patch)
tree3bd0a3999933a9dec39bd242c6357c61f42bb079
parentb167406436c162ec5021793089851ce29308f7fc (diff)
downloadandroid_external_ahbottomnavigation-248caf439102ce951fb936689b2205068c923799.tar.gz
android_external_ahbottomnavigation-248caf439102ce951fb936689b2205068c923799.tar.bz2
android_external_ahbottomnavigation-248caf439102ce951fb936689b2205068c923799.zip
Fixed method typo
-rw-r--r--ahbottomnavigation/src/main/java/com/aurelhubert/ahbottomnavigation/AHBottomNavigation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ahbottomnavigation/src/main/java/com/aurelhubert/ahbottomnavigation/AHBottomNavigation.java b/ahbottomnavigation/src/main/java/com/aurelhubert/ahbottomnavigation/AHBottomNavigation.java
index d89a8af..8cbf821 100644
--- a/ahbottomnavigation/src/main/java/com/aurelhubert/ahbottomnavigation/AHBottomNavigation.java
+++ b/ahbottomnavigation/src/main/java/com/aurelhubert/ahbottomnavigation/AHBottomNavigation.java
@@ -1163,7 +1163,7 @@ public class AHBottomNavigation extends FrameLayout {
* @param activeMargin
* @param inactiveMargin
*/
- public void setNotificationMarginLef(int activeMargin, int inactiveMargin) {
+ public void setNotificationMarginLeft(int activeMargin, int inactiveMargin) {
this.notificationActiveMarginLeft = activeMargin;
this.notificationInactiveMarginLeft = inactiveMargin;
createItems();