@@ -3,14 +3,10 @@ |
||
| 3 | 3 |
<component name="ProjectModuleManager"> |
| 4 | 4 |
<modules> |
| 5 | 5 |
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> |
| 6 |
- <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> |
|
| 7 |
- <module fileurl="file://$PROJECT_DIR$/client.iml" filepath="$PROJECT_DIR$/client.iml" /> |
|
| 8 | 6 |
<module fileurl="file://$PROJECT_DIR$/client.iml" filepath="$PROJECT_DIR$/client.iml" /> |
| 9 | 7 |
<module fileurl="file://$PROJECT_DIR$/common/common.iml" filepath="$PROJECT_DIR$/common/common.iml" /> |
| 10 |
- <module fileurl="file://$PROJECT_DIR$/common/common.iml" filepath="$PROJECT_DIR$/common/common.iml" /> |
|
| 11 | 8 |
<module fileurl="file://$PROJECT_DIR$/trunk.iml" filepath="$PROJECT_DIR$/trunk.iml" /> |
| 12 | 9 |
<module fileurl="file://$PROJECT_DIR$/views/views.iml" filepath="$PROJECT_DIR$/views/views.iml" /> |
| 13 |
- <module fileurl="file://$PROJECT_DIR$/views/views.iml" filepath="$PROJECT_DIR$/views/views.iml" /> |
|
| 14 | 10 |
</modules> |
| 15 | 11 |
</component> |
| 16 | 12 |
</project> |
@@ -44,6 +44,7 @@ import ai.pai.client.db.DBService; |
||
| 44 | 44 |
import ai.pai.client.db.Preferences; |
| 45 | 45 |
import ai.pai.client.services.MyLocationService; |
| 46 | 46 |
import ai.pai.client.utils.HttpPostTask; |
| 47 |
+import ai.pai.client.utils.PhotoLoader; |
|
| 47 | 48 |
import ai.pai.client.utils.UrlContainer; |
| 48 | 49 |
import ai.pai.client.views.FullScreenImgPopup; |
| 49 | 50 |
|
@@ -345,7 +346,7 @@ public class TabRecentPhotoFragment extends BaseFragment implements SwipeRefresh |
||
| 345 | 346 |
@Override |
| 346 | 347 |
public void UpdateUI(Context context,int position, String data) {
|
| 347 | 348 |
imageView.setImageResource(R.drawable.default_img); |
| 348 |
- ImageLoader.getInstance().displayImage(data,imageView); |
|
| 349 |
+ ImageLoader.getInstance().displayImage(data,imageView,PhotoLoader.getPhotoOptions()); |
|
| 349 | 350 |
} |
| 350 | 351 |
} |
| 351 | 352 |
|