Skip to content

Commit

Permalink
fix view photo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
djj0809 committed Jun 29, 2013
1 parent a15d4cd commit 7c46a2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="tk.djcrazy.MyCC98"
android:versionCode="24"
android:versionName="3.0.0" >
android:versionCode="26"
android:versionName="3.0.1" >

<uses-sdk
android:minSdkVersion="7"
Expand Down
2 changes: 1 addition & 1 deletion app/src/tk/djcrazy/MyCC98/PhotoViewActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void onViewTap(View view, float x, float y) {
}
}
});
getActionBar().hide();
getSupportActionBar().hide();
}

/**
Expand Down

0 comments on commit 7c46a2a

Please sign in to comment.