Skip to content

Commit

Permalink
add feature:control nav icon visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tom committed Nov 3, 2015
1 parent a0dd279 commit b48dfd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/giraffe_player_app_name"
android:label="GiraffePlayer"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
Expand Down
1 change: 0 additions & 1 deletion giraffeplayer/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<resources>
<string name="giraffe_player_app_name">GiraffePlayer</string>
<string name="giraffe_player_url_empty">请指定播放视频的地址</string>
</resources>

0 comments on commit b48dfd0

Please sign in to comment.