Jelajahi Sumber

1.修改Android Apex CRM删除图片预览调试界面。

Pen Li 7 tahun lalu
induk
melakukan
b994741f1e

+ 0 - 3
ApexDrivers/RAUtilsLibrary/src/main/java/com/usai/redant/rautils/InfinitePhoto/InfinitePhotoActivity.java

@@ -175,9 +175,6 @@ public class InfinitePhotoActivity extends AppCompatActivity {
                 InfinitePhotoItem photoItem = mPhotoItems.get(index);
                 photoItemCell.setPhotoItem(photoItem);
             }
-
-            TextView tv = photoItemCell.findViewById(R.id.test);
-            tv.setText("" + (index + 1));
         }
     }
 }

+ 0 - 5
ApexDrivers/RAUtilsLibrary/src/main/java/com/usai/redant/rautils/InfinitePhoto/InfinitePhotoItemCell.java

@@ -68,11 +68,6 @@ public class InfinitePhotoItemCell extends RelativeLayout implements InfinitePho
                         if (mPhotoItem != null) {
                              bitmap = mPhotoItem.getImage();
                         }
-
-                        if (bitmap == null) {
-                            TextView tv = findViewById(R.id.test);
-                            tv.setText("null");
-                        }
                         mPhotoIv.setImageBitmap(bitmap);
                     }
                 });

+ 0 - 5
ApexDrivers/RAUtilsLibrary/src/main/res/layout/ra_infinite_photo_cell.xml

@@ -11,9 +11,4 @@
         android:background="#aaffaa"
         />
 
-    <TextView
-        android:id="@+id/test"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"/>
-
 </com.usai.redant.rautils.InfinitePhoto.InfinitePhotoItemCell>