Skip to content

Commit

Permalink
delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinea committed Oct 24, 2013
1 parent 5a64c83 commit 5248009
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cn.trinea.android.demo"
android:installLocation="preferExternal"
android:versionCode="32"
android:versionName="2.9.8" >
android:versionCode="33"
android:versionName="2.9.9" >

<uses-sdk android:minSdkVersion="14" />

Expand Down
2 changes: 1 addition & 1 deletion res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<dimen name="dp_60">60dp</dimen>
<dimen name="dp_40">40dp</dimen>
<dimen name="sp_16">16sp</dimen>
<dimen name="search_view_margin_left">35dp</dimen>
<dimen name="search_view_margin_left">55dp</dimen>

</resources>
2 changes: 1 addition & 1 deletion src/cn/trinea/android/demo/ImageCacheDemo.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* ImageCacheDemo
*
* @author [email protected] 2013-6-25
* @author <a href="http://www.trinea.cn" target="_blank">Trinea</a> 2013-6-25
*/
public class ImageCacheDemo extends BaseActivity {

Expand Down
2 changes: 1 addition & 1 deletion src/cn/trinea/android/demo/ImageSDCardCacheDemo.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* ImageSDCardCacheDemo
*
* @author [email protected] 2013-6-25
* @author <a href="http://www.trinea.cn" target="_blank">Trinea</a> 2013-6-25
*/
public class ImageSDCardCacheDemo extends BaseActivity {

Expand Down

0 comments on commit 5248009

Please sign in to comment.