瀏覽代碼

删除多余文件,修改错误命名

zengjiebin 8 年之前
父節點
當前提交
0aeacf7d04

+ 1 - 1
app/src/main/AndroidManifest.xml

@@ -391,7 +391,7 @@
                 <!--<category android:name="android.intent.category.LAUNCHER"/>-->
             <!--</intent-filter>-->
         </activity>
-        <activity android:name="com.sheep.groups.creditcard.CITICBackOtherInfoActivity"
+        <activity android:name="com.sheep.groups.creditcard.CITICBankOtherInfoActivity"
             android:screenOrientation="portrait">
         </activity>
 

+ 2 - 3
app/src/main/java/com/sheep/groups/creditcard/CITICBackOtherInfoActivity.java

@@ -3,7 +3,6 @@ package com.sheep.groups.creditcard;
 import android.support.v4.app.FragmentTabHost;
 import android.view.LayoutInflater;
 import android.view.View;
-import android.widget.ImageView;
 import android.widget.TabHost;
 import android.widget.TextView;
 
@@ -19,7 +18,7 @@ import java.util.Locale;
  * Created by realicing on 2018/4/4.
  * realicing@sina.com
  */
-public class CITICBackOtherInfoActivity extends BaseActivity {
+public class CITICBankOtherInfoActivity extends BaseActivity {
     @Override
     protected int getLayoutId() {
         return R.layout.activity_citic_bank_other_info;
@@ -45,7 +44,7 @@ public class CITICBackOtherInfoActivity extends BaseActivity {
         return mFragmentTabHost;
     }
 
-    private Class tabFragmentContentArray[] = {CITICBackOtherInfoFragment1.class, ZhongXinStep22Fragment.class, CiticStepThreeFragment.class};
+    private Class tabFragmentContentArray[] = {CITICBankOtherInfoFragment1.class, ZhongXinStep22Fragment.class, CiticStepThreeFragment.class};
     /**
      * 初始化的FragmentTabHost
      */

+ 1 - 1
app/src/main/java/com/sheep/groups/creditcard/CITICBackOtherInfoFragment1.java

@@ -14,7 +14,7 @@ import com.sheep.jiuyan.samllsheep.base.BaseFragment;
  * Created by realicing on 2018/4/4.
  * realicing@sina.com
  */
-public class CITICBackOtherInfoFragment1 extends BaseFragment {
+public class CITICBankOtherInfoFragment1 extends BaseFragment {
     @Override
     public int getLayoutId() {
         return R.layout.fragment_citic_bank_other_info1;

+ 2 - 5
app/src/main/java/com/sheep/groups/creditcard/zx/ZhongXinCreditStep1Activity.java

@@ -2,8 +2,6 @@ package com.sheep.groups.creditcard.zx;
 
 import android.app.DatePickerDialog;
 import android.content.Intent;
-import android.graphics.Bitmap;
-import android.support.v7.app.AppCompatActivity;
 import android.os.Bundle;
 import android.support.v7.widget.AppCompatSpinner;
 import android.text.TextUtils;
@@ -24,10 +22,9 @@ import com.bumptech.glide.Glide;
 import com.kfzs.libs.DaggerActivity;
 import com.kfzs.libs.IPresenter;
 import com.kfzs.libs.IView;
-import com.kfzs.libs.di.http.HttpModule;
 import com.kfzs.libs.widget.CompleteCommitEditText;
 import com.kfzs.libs.widget.navigation.NavigationBar;
-import com.sheep.groups.creditcard.CITICBackOtherInfoActivity;
+import com.sheep.groups.creditcard.CITICBankOtherInfoActivity;
 import com.sheep.groups.creditcard.CountDownUtil;
 import com.sheep.groups.creditcard.RegexUtils;
 import com.sheep.jiuyan.samllsheep.R;
@@ -349,7 +346,7 @@ public class ZhongXinCreditStep1Activity extends DaggerActivity implements ZXSte
     @Override
     public void goNext() {
 
-        startActivity(new Intent(ZhongXinCreditStep1Activity.this,CITICBackOtherInfoActivity.class));
+        startActivity(new Intent(ZhongXinCreditStep1Activity.this,CITICBankOtherInfoActivity.class));
 
     }
 

+ 2 - 2
app/src/main/java/com/sheep/groups/creditcard/zx/ZhongXinStep22Fragment.java

@@ -15,7 +15,7 @@ import com.kfzs.libs.DaggerFragment;
 import com.kfzs.libs.IPresenter;
 import com.kfzs.libs.IView;
 import com.kfzs.libs.widget.CompleteCommitEditText;
-import com.sheep.groups.creditcard.CITICBackOtherInfoActivity;
+import com.sheep.groups.creditcard.CITICBankOtherInfoActivity;
 import com.sheep.jiuyan.samllsheep.R;
 import com.sheep.jiuyan.samllsheep.SheepApp;
 import com.sheep.jiuyan.samllsheep.utils.SpUtils;
@@ -189,7 +189,7 @@ public class ZhongXinStep22Fragment extends DaggerFragment implements ZXStep22Co
 
     @Override
     public void goNext() {
-        FragmentTabHost fragmentTabHost = ((CITICBackOtherInfoActivity)getActivity()).getmFragmentTabHost();
+        FragmentTabHost fragmentTabHost = ((CITICBankOtherInfoActivity)getActivity()).getmFragmentTabHost();
         fragmentTabHost.setCurrentTab(2);
 
     }

+ 0 - 111
app/src/main/res/layout-sw550dp-large/activity_citic_bank_contact_information.xml

@@ -1,111 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:fitsSystemWindows="true">
-
-    <LinearLayout
-        android:id="@+id/other_container"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:layout_marginBottom="@dimen/bottom_height"
-        android:clipToPadding="true"
-        android:fitsSystemWindows="true"
-        android:orientation="vertical">
-
-        <com.kfzs.duanduan.view.NoScrollViewPager
-            android:id="@+id/view_pager_container"
-            android:layout_width="match_parent"
-            android:layout_height="0dp"
-            android:layout_weight="1"/>
-
-    </LinearLayout>
-
-    <include
-        android:id="@+id/layout_main_activity_toolbar"
-        layout="@layout/toolbar_main_activity"
-        android:layout_width="match_parent"
-        android:layout_height="@dimen/app_nav_toolbar_height"
-        android:layout_alignParentTop="true"
-        android:visibility="gone"/>
-
-    <RelativeLayout
-        android:id="@+id/layout_bottom"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:layout_alignParentBottom="true"
-        android:background="@color/white">
-
-        <LinearLayout
-            android:id="@+id/tab_container"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:paddingTop="4dp"
-            android:orientation="horizontal">
-            <View android:layout_weight="1"
-                android:layout_width="0dp"
-                android:layout_height="@dimen/tab_height"/>
-            <TextView
-                android:layout_width="@dimen/tab_width"
-                android:layout_height="@dimen/tab_height"
-                android:drawableTop="@drawable/drawable_selector_game"
-                android:textSize="12sp"
-                android:gravity="center"
-                android:textColor="@color/selector_color_main_tab"
-                android:text="@string/tab_viewpager_gamestore"/>
-            <View android:layout_weight="2"
-                android:layout_width="0dp"
-                android:layout_height="@dimen/tab_height"/>
-            <TextView
-                android:layout_width="@dimen/tab_width"
-                android:layout_height="@dimen/tab_height"
-                android:drawableTop="@drawable/drawable_selector_class"
-                android:textSize="12sp"
-                android:gravity="center"
-                android:textColor="@color/selector_color_main_tab"
-                android:text="@string/tab_viewpager_classification"/>
-            <View android:layout_weight="2"
-                android:layout_width="0dp"
-                android:layout_height="@dimen/tab_height"/>
-            <TextView
-                android:layout_width="@dimen/tab_width"
-                android:layout_height="@dimen/tab_height"
-                android:drawableTop="@drawable/drawable_selector_task"
-                android:textSize="12sp"
-                android:gravity="center"
-                android:textColor="@color/selector_color_main_tab"
-                android:text="@string/mine_hoggerel"/>
-            <View android:layout_weight="2"
-                android:layout_width="0dp"
-                android:layout_height="@dimen/tab_height"/>
-            <!--<TextView
-                android:layout_width="@dimen/tab_width"
-                android:layout_height="@dimen/tab_height"
-                android:drawableTop="@drawable/drawable_selector_bp"
-                android:textSize="12sp"
-                android:gravity="center"
-                android:textColor="@color/selector_color_main_tab"
-                android:text="@string/tab_viewpager_borrowplay"/>
-            <View android:layout_weight="2"
-                android:layout_width="0dp"
-                android:layout_height="@dimen/tab_height"/>-->
-            <TextView
-                android:layout_width="@dimen/tab_width"
-                android:layout_height="@dimen/tab_height"
-                android:drawableTop="@drawable/drawable_selector_credit"
-                android:textSize="12sp"
-                android:gravity="center"
-                android:textColor="@color/selector_color_main_tab"
-                android:text="@string/tab_viewpager_credit_card"/>
-            <View android:layout_weight="1"
-                android:layout_width="0dp"
-                android:layout_height="@dimen/tab_height"/>
-        </LinearLayout>
-
-        <View
-            android:id="@+id/tab_line"
-            android:layout_width="match_parent"
-            android:layout_height="1px"
-            android:background="@color/divider_gray" />
-    </RelativeLayout>
-</RelativeLayout>

+ 0 - 31
app/src/main/res/layout-sw550dp-large/activity_citic_bank_other_info_tab.xml

@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:orientation="vertical">
-    <include layout="@layout/title"/>
-
-    <android.support.v4.app.FragmentTabHost
-        android:id="@android:id/tabhost"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:background="@color/white">
-
-        <View
-            android:layout_width="match_parent"
-            android:layout_height="1dip"
-            android:background="@color/gray" />
-
-        <FrameLayout
-            android:id="@android:id/tabcontent"
-            android:layout_width="0dp"
-            android:layout_height="0dp"
-            android:layout_weight="0" />
-    </android.support.v4.app.FragmentTabHost>
-
-    <FrameLayout
-        android:id="@+id/realtabcontent"
-        android:layout_width="match_parent"
-        android:layout_height="0dp"
-        android:layout_weight="1" />
-</LinearLayout>

+ 0 - 13
app/src/main/res/layout-sw550dp-large/fragment_citic_bank_other_info1.xml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="wrap_content"
-    android:layout_height="wrap_content"
-    android:gravity="center"
-    android:orientation="vertical">
-
-    <TextView
-        android:id="@+id/activity_citic_bank_other_info_tab_tv"
-        android:layout_width="match_parent"
-        android:layout_height="0dp"
-        android:layout_weight="1" />
-</LinearLayout>