Explorar o código

删除无用资源1

zengjiebin %!s(int64=8) %!d(string=hai) anos
pai
achega
968444d9fb

+ 0 - 31
app/src/main/java/com/kfzs/duanduan/adp/AdpMainPageRecy.java

@@ -497,37 +497,6 @@ public class AdpMainPageRecy extends AdpCommonRecy<RecyleObj> {
     }
 
     /**
-     * 新游预约
-     *
-     * @param holder
-     */
-    private void bindNewGameBook(ViewHolder holder, List<Game> gameList) {
-        if (gameList == null || gameList.size() < 1) {
-            return;
-        }
-        TextViewList textViewList = holder.getView(R.id.txt_fgt_main_new_game_book);
-
-        if (!holder.itemView.hasOnClickListeners()) {
-            holder.itemView.setOnClickListener(new View.OnClickListener() {
-                @Override
-                public void onClick(View v) {
-//                    Intent intent = new Intent(mContext, ActNewGameBook.class);
-//                    mContext.startActivity(intent);
-                    G.showToast(R.string.coming_soon);
-                }
-            });
-            textViewList.setSingleLine();
-        }
-
-        textViewList.clearTextList();
-        for (Game game : gameList) {
-            textViewList.addTextList(game.getGameName() + " , " + game.getIntroduce());
-        }
-        textViewList.setAuto(true);
-        textViewList.startAutoScroll();
-    }
-
-    /**
      * 绑定专区
      *
      * @param holder

+ 11 - 11
app/src/main/res/layout/homepage_item_top2.xml

@@ -42,7 +42,6 @@
             android:text=""
             android:textSize="@dimen/text_size_12"
             android:textColor="@color/txt_white"
-            android:layout_toRightOf="@+id/icon_layout"
             android:layout_marginLeft="@dimen/content_padding_10"
             android:layout_marginTop="@dimen/content_padding_small"
             android:layout_marginBottom="@dimen/content_padding_small"/>
@@ -66,16 +65,6 @@
             android:layout_below="@+id/sheep_num_tv"
             android:layout_marginLeft="@dimen/content_padding_10"
             android:layout_marginBottom="@dimen/content_padding_small"/>
-        <TextView
-            android:layout_below="@+id/my_property"
-            android:id="@+id/my_price"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:text=""
-            android:textColor="@color/txt_white"
-            android:textSize="@dimen/text_size_25"
-            android:layout_marginLeft="@dimen/content_padding_10"
-            android:layout_toLeftOf="@id/withdrawal"/>
 
         <TextView
             android:id="@+id/withdrawal"
@@ -90,6 +79,17 @@
             android:textColor="@color/blue_34a6e7"
             android:textSize="@dimen/text_size_4"
             android:layout_marginBottom="@dimen/content_padding_8"/>
+        <TextView
+            android:layout_below="@+id/my_property"
+            android:id="@+id/my_price"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:text=""
+            android:textColor="@color/txt_white"
+            android:textSize="@dimen/text_size_25"
+            android:layout_marginLeft="@dimen/content_padding_10"
+            android:layout_toLeftOf="@+id/withdrawal"/>
+
 
         <TextView
             android:layout_below="@+id/my_price"

+ 0 - 3
app/src/main/res/values/umeng_socialize_colors.xml

@@ -1,3 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?><resources>
-
-</resources>

+ 0 - 4
app/src/main/res/values/umeng_socialize_shareview_strings.xml

@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
-</resources>

+ 0 - 6
app/src/main/res/values/umeng_socialize_strings.xml

@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
-    <!-- 平台名称 -->
-
-</resources>

+ 0 - 70
app/src/main/res/values/umeng_socialize_style.xml

@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources xmlns:android="http://schemas.android.com/apk/res/android">
-    <!--<style name="ACPLDialog">-->
-        <!--<item name="android:windowFrame">@null</item>-->
-        <!--<item name="android:windowNoTitle">true</item>-->
-        <!--<item name="android:windowIsFloating">true</item>-->
-        <!--<item name="android:windowContentOverlay">@null</item>-->
-    <!--</style>-->
-    <!--<style name="umeng_socialize_action_bar_itemlayout">-->
-        <!--<item name="android:layout_height">fill_parent</item>-->
-        <!--<item name="android:layout_width">fill_parent</item>-->
-        <!--<item name="android:layout_weight">1</item>-->
-        <!--<item name="android:paddingLeft">4dp</item>-->
-        <!--<item name="android:paddingTop">4dp</item>-->
-        <!--<item name="android:paddingRight">4dp</item>-->
-        <!--<item name="android:gravity">center_vertical</item>-->
-    <!--</style>-->
-
-    <!--<style name="umeng_socialize_action_bar_item_im">-->
-        <!--<item name="android:layout_width">25dp</item>-->
-        <!--<item name="android:layout_height">25dp</item>-->
-        <!--<item name="android:scaleType">fitCenter</item>-->
-        <!--<item name="android:layout_centerVertical">true</item>-->
-    <!--</style>-->
-
-    <!--<style name="umeng_socialize_action_bar_item_tv">-->
-        <!--<item name="android:layout_width">wrap_content</item>-->
-        <!--<item name="android:layout_height">fill_parent</item>-->
-        <!--<item name="android:layout_marginLeft">5dp</item>-->
-        <!--<item name="android:text">999</item>-->
-        <!--<item name="android:gravity">center</item>-->
-        <!--<item name="android:textColor">#ffffff</item>-->
-        <!--<item name="android:textSize">12sp</item>-->
-        <!--<item name="android:textStyle">bold</item>-->
-    <!--</style>-->
-
-    <!--网页授权的布局-->
-
-
-    <!--<style name="Theme.UMDialog" parent="android:style/Theme.Dialog">-->
-        <!--<item name="android:windowNoTitle">true</item>-->
-        <!--<item name="android:windowBackground">@android:color/transparent</item>-->
-    <!--</style>-->
-
-    <!--<style name="umeng_socialize_divider">-->
-        <!--<item name="android:layout_width">fill_parent</item>-->
-        <!--<item name="android:layout_height">1dp</item>-->
-        <!--<item name="android:background">@color/umeng_socialize_divider</item>-->
-    <!--</style>-->
-
-    <!--<style name="umeng_socialize_list_item">-->
-        <!--<item name="android:layout_width">fill_parent</item>-->
-        <!--<item name="android:layout_height">55dp</item>-->
-        <!--<item name="android:background">@color/umeng_socialize_list_item_bgcolor</item>-->
-        <!--<item name="android:paddingBottom">5dp</item>-->
-        <!--<item name="android:paddingTop">5dp</item>-->
-    <!--</style>-->
-
-    <!--<style name="umeng_socialize_edit_padding">-->
-        <!--<item name="android:layout_width">fill_parent</item>-->
-        <!--<item name="android:layout_height">fill_parent</item>-->
-        <!--<item name="android:background">@color/umeng_socialize_list_item_bgcolor</item>-->
-        <!--<item name="android:layout_marginLeft">6dp</item>-->
-        <!--<item name="android:layout_marginRight">6dp</item>-->
-        <!--<item name="android:layout_marginTop">6dp</item>-->
-        <!--<item name="android:layout_marginBottom">6dp</item>-->
-    <!--</style>-->
-
-
-</resources>