Skip to content

Commit

Permalink
modify httpcache demo title
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinea committed Nov 18, 2013
1 parent bda7e51 commit 3725468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<activity
android:name=".HttpCacheDemo"
android:configChanges="orientation|keyboardHidden"
android:label="@string/imagecache_demo_activity_title"
android:label="@string/httpcache_demo_activity_title"
android:theme="@android:style/Theme.Holo.Light" >
</activity>
<activity
Expand Down
1 change: 1 addition & 0 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<string name="app_name">Trinea Android Demo</string>

<string name="imagesdcardcache_demo_activity_title">ImageSDCardCache Demo</string>
<string name="httpcache_demo_activity_title">HttpCache Demo</string>
<string name="imagecache_demo_activity_title">ImageCache Demo</string>
<string name="dropdownlistview_demo_activity_title">Drop Down And Load More ListView Demo</string>
<string name="borderscrollview_demo_activity_title">onBottom onTop ScrollView Demo</string>
Expand Down

0 comments on commit 3725468

Please sign in to comment.