Browse Source

[공통][Bug] 액션바 타이틀 중앙 정렬 맞춤

hyodong.min 7 years ago
parent
commit
7dd5e7276a

+ 2 - 2
app/src/main/java/kr/co/zumo/app/lifeplus/manager/ActionBarManager.java

@@ -349,7 +349,7 @@ public class ActionBarManager {
   }
 
   private void setArrowVisible(boolean isVisible) {
-    setViewVisible(buttonArrow, isVisible);
+    setViewVisible(buttonArrow, isVisible, View.GONE);
   }
 
   /**
@@ -432,7 +432,7 @@ public class ActionBarManager {
         actionBarTitle.setOnClickListener(null);
       }
 
-      if(newBuilder.selectedCategoryIndex > -1) {
+      if (newBuilder.selectedCategoryIndex > -1) {
         ((RadioButton) categoryMainTab.getChildAt(newBuilder.selectedCategoryIndex)).setChecked(true);
       }
       categoryMainTab.setOnCheckedChangeListener((radioGroup, i) -> {