From 177c635a163e138ebef131b942fb33f7bc0620d3 Mon Sep 17 00:00:00 2001 From: luohaijiang Date: Wed, 13 Jan 2016 12:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...ndroid\344\275\277\347\224\250\350\257\264\346\230\216.md" | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git "a/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md" "b/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md" index ff36d29..f1226e9 100644 --- "a/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md" +++ "b/doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md" @@ -38,12 +38,11 @@ Help==>About Eclips 其次注册相应的Activity,具体如下: - - + android:name="com.gumptech.promoter.activity.PromoterActivity" + android:label="@string/app_name" + android:theme="@android:style/Theme.NoTitleBar.Fullscreen" + android:screenOrientation="landscape" > + -- 2.0.0