Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #98 from zhuyongyong/demo-express/updateName
Browse files Browse the repository at this point in the history
[demo-express] Update the icons and app name
  • Loading branch information
jennycao committed Sep 21, 2015
2 parents 528f35c + 018f929 commit 1f9a2ca
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified demo-ex-em.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demo-ex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"xwalk_version": "0.3",
"name": "DemoEx",
"name": "Web API Demo",
"xwalk_description": "DemoExpress",
"xwalk_permissions": [
"Contacts",
Expand Down
4 changes: 2 additions & 2 deletions samples-embedding/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
android:name="org.xwalk.core.XWalkApplication"
android:icon="@drawable/icon"
android:hardwareAccelerated="true"
android:label="DemoEx-Em">
android:label="Embedding API Demo">
<activity
android:name="org.xwalk.core.demoexpress.XWalkEmbeddedAPISample"
android:label="DemoEx-Em">
android:label="Embedding API Demo">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
2 changes: 1 addition & 1 deletion tests.android.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<test_definition>
<suite name="DemoExpress">
<suite name="Web API Demo">
<set name="Runtime &amp;amp; Packaging" background="brand-primary" icon="glyphicon-asterisk">
<testcase component="sample" execution_type="manual" id="AppURI" purpose="App URI">
</testcase>
Expand Down

0 comments on commit 1f9a2ca

Please sign in to comment.