Commit 91314fccb5035bf2add06e1f24e3dea5577e928f

Authored by 赵康
1 parent e96fdff45d
Exists in master

增加activity配置

Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff

... ... @@ -88,6 +88,11 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了.
88 88 android:configChanges="orientation|screenLayout"
89 89 android:theme="@android:style/Theme.Translucent.NoTitleBar" >
90 90 </activity>
  91 + <activity
  92 + android:name="com.gumptech.sdk.ExchangeWindow"
  93 + android:configChanges="orientation|screenLayout"
  94 + android:theme="@style/ex_win" >
  95 + </activity>
91 96 <!-- paypal -->
92 97 <service
93 98 android:name="com.paypal.android.sdk.payments.PayPalService"