From 796c5bb4655a511553970e111c96d90963fb9ae4 Mon Sep 17 00:00:00 2001 From: liyuqian Date: Mon, 9 May 2016 08:49:29 -0700 Subject: Initial commit of our new Android app to demo Skia. Currently, there's only a simple Activity with a title bar and a surface view that connects with Skia viewer native application. Before integrating user action events, I want to make sure that the design and implementation so far are good. Note that the old NativeApplication-based Activity (ViewerActivity) is still there for reference and test purposes. It will be removed eventually. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1952323004 Review-Url: https://codereview.chromium.org/1952323004 --- .../apps/viewer/src/main/res/layout/activity_main.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 platform_tools/android/apps/viewer/src/main/res/layout/activity_main.xml (limited to 'platform_tools/android/apps/viewer/src/main/res') diff --git a/platform_tools/android/apps/viewer/src/main/res/layout/activity_main.xml b/platform_tools/android/apps/viewer/src/main/res/layout/activity_main.xml new file mode 100644 index 0000000000..6597a48dcc --- /dev/null +++ b/platform_tools/android/apps/viewer/src/main/res/layout/activity_main.xml @@ -0,0 +1,17 @@ + + + + + + -- cgit v1.2.3