Selaa lähdekoodia

[공통][Common] 주모 변경 디자인 적용중2

Hasemi 6 vuotta sitten
vanhempi
commit
670f3a4e5d

+ 35 - 0
app/src/main/java/kr/co/zumo/app/lifeplus/activity/DefaultBookMarkActivity.java

@@ -0,0 +1,35 @@
+package kr.co.zumo.app.lifeplus.activity;
+
+import android.content.Intent;
+
+/**
+ * DefaultBookMarkActivity
+ * <pre>
+ * </pre>
+ *
+ * @author 하세미
+ * @version 1.0
+ * @history 하세미   [2019-03-13]   [최초 작성]
+ * @since 2019-03-13
+ */
+public class DefaultBookMarkActivity extends ActivityBaseScreen {
+  @Override
+  protected void render() {
+    
+  }
+
+  @Override
+  protected void onAfterDestroy() {
+
+  }
+
+  @Override
+  protected void onBeforeDestroy() {
+
+  }
+
+  @Override
+  protected void onAfterNewIntent(Intent intent) {
+
+  }
+}

+ 4 - 4
app/src/main/res/anim/activity_slide_in_back_enter.xml

@@ -7,8 +7,8 @@
     android:fromXDelta="-20%"
     android:interpolator="@android:anim/anticipate_overshoot_interpolator"
     android:toXDelta="0.0"/>
-  <!--<alpha-->
-    <!--android:duration="300"-->
-    <!--android:fromAlpha="0.8"-->
-    <!--android:toAlpha="1.0"/>-->
+  <alpha
+    android:duration="300"
+    android:fromAlpha="0.8"
+    android:toAlpha="1.0"/>
 </set>

+ 4 - 4
app/src/main/res/anim/activity_slide_out_exit.xml

@@ -7,8 +7,8 @@
     android:fromXDelta="0.0"
     android:interpolator="@android:anim/anticipate_overshoot_interpolator"
     android:toXDelta="-20%"/>
-  <!--<alpha-->
-    <!--android:duration="300"-->
-    <!--android:fromAlpha="1.0"-->
-    <!--android:toAlpha="0.8"/>-->
+  <alpha
+    android:duration="300"
+    android:fromAlpha="1.0"
+    android:toAlpha="0.8"/>
 </set>

+ 23 - 23
app/src/main/res/layout/activity_main.xml

@@ -108,7 +108,6 @@
               android:button="@null"
               android:drawableTop="@drawable/category_main_first_tab"
               android:drawablePadding="8dp"
-              tools:checked="true"
               android:lineSpacingExtra="2dp"
               android:text="@string/contents_category1_tab_title"
               android:textAlignment="center"
@@ -117,7 +116,8 @@
               app:layout_constraintEnd_toStartOf="@+id/tab_second_category"
               app:layout_constraintHorizontal_bias="0.5"
               app:layout_constraintHorizontal_chainStyle="spread"
-              app:layout_constraintStart_toStartOf="parent"/>
+              app:layout_constraintStart_toStartOf="parent"
+              tools:checked="true"/>
 
             <RadioButton
               android:id="@+id/tab_second_category"
@@ -159,32 +159,32 @@
               app:layout_constraintHorizontal_chainStyle="spread"
               app:layout_constraintStart_toEndOf="@+id/tab_second_category"/>
 
-<!--            <RadioButton
-              android:id="@+id/tab_fourth_category"
-              android:layout_width="56dp"
-              android:layout_height="wrap_content"
-              android:layout_marginStart="2dp"
-              android:layout_marginEnd="2dp"
-              android:background="@null"
-              android:button="@null"
-              android:drawableTop="@drawable/category_main_fourth_tab"
-              android:drawablePadding="8dp"
-              android:lineSpacingExtra="2dp"
-              android:text="@string/contents_category4_tab_title"
-              android:textAlignment="center"
-              android:textColor="@drawable/my_faq_radio_text_selector"
-              android:textSize="12dp"
-              app:layout_constraintEnd_toStartOf="@+id/tab_fifth_category"
-              app:layout_constraintHorizontal_bias="0.5"
-              app:layout_constraintHorizontal_chainStyle="spread"
-              app:layout_constraintStart_toEndOf="@+id/tab_third_category"/>-->
+            <!--            <RadioButton
+                          android:id="@+id/tab_fourth_category"
+                          android:layout_width="56dp"
+                          android:layout_height="wrap_content"
+                          android:layout_marginStart="2dp"
+                          android:layout_marginEnd="2dp"
+                          android:background="@null"
+                          android:button="@null"
+                          android:drawableTop="@drawable/category_main_fourth_tab"
+                          android:drawablePadding="8dp"
+                          android:lineSpacingExtra="2dp"
+                          android:text="@string/contents_category4_tab_title"
+                          android:textAlignment="center"
+                          android:textColor="@drawable/my_faq_radio_text_selector"
+                          android:textSize="12dp"
+                          app:layout_constraintEnd_toStartOf="@+id/tab_fifth_category"
+                          app:layout_constraintHorizontal_bias="0.5"
+                          app:layout_constraintHorizontal_chainStyle="spread"
+                          app:layout_constraintStart_toEndOf="@+id/tab_third_category"/>-->
 
             <RadioButton
               android:id="@+id/tab_fifth_category"
               android:layout_width="56dp"
               android:layout_height="wrap_content"
-              android:layout_marginStart="10dp"
-              android:layout_marginEnd="2dp"
+              android:layout_marginStart="2dp"
+              android:layout_marginEnd="10dp"
               android:background="@null"
               android:button="@null"
               android:drawableTop="@drawable/category_main_fifth_tab"