|
|
@@ -9,19 +9,27 @@
|
|
|
<application
|
|
|
android:allowBackup="true"
|
|
|
android:label="@string/app_name"
|
|
|
+
|
|
|
android:supportsRtl="true">
|
|
|
<activity
|
|
|
android:name=".pedometer.view.NewStepActivity"
|
|
|
+ android:theme="@style/MainBaseTheme"
|
|
|
android:label="@string/set_sport" />
|
|
|
<activity
|
|
|
android:name=".pedometer.view.NewStepListActivity"
|
|
|
+ android:theme="@style/MainBaseTheme"
|
|
|
android:label="@string/sports_recode_more" />
|
|
|
<activity android:name=".pedometer.view.StepSplashActivity" />
|
|
|
- <activity android:name=".settings.activity.AboutActivity" />
|
|
|
+ <activity android:name=".settings.activity.AboutActivity"
|
|
|
+ android:theme="@style/MainBaseTheme"
|
|
|
+ android:label="@string/set_about"/>
|
|
|
<activity android:name=".settings.activity.BaseInfoActivity" />
|
|
|
- <activity android:name=".settings.activity.BookingSetActivity" />
|
|
|
+ <activity android:name=".settings.activity.BookingSetActivity"
|
|
|
+ android:label="@string/booking_time_set"
|
|
|
+ android:theme="@style/MainBaseTheme"/>
|
|
|
<activity
|
|
|
android:name=".settings.activity.FeedbackActivity"
|
|
|
+ android:theme="@style/MainBaseTheme"
|
|
|
android:windowSoftInputMode="stateHidden|stateAlwaysHidden">
|
|
|
<intent-filter>
|
|
|
<action android:name="com.modular.main.FeedbackActivity" />
|
|
|
@@ -29,7 +37,9 @@
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
</intent-filter>
|
|
|
</activity>
|
|
|
- <activity android:name=".settings.activity.SelectLanguageActivity" />
|
|
|
+ <activity android:name=".settings.activity.SelectLanguageActivity"
|
|
|
+ android:theme="@style/MainBaseTheme"
|
|
|
+ android:label="@string/set_language"/>
|
|
|
<activity
|
|
|
android:name=".settings.activity.SettingActivity"
|
|
|
android:theme="@style/MainBaseTheme"
|
|
|
@@ -40,6 +50,7 @@
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name=".pedometer.view.UURanking"
|
|
|
+ android:theme="@style/MainBaseTheme"
|
|
|
android:label="@string/ranking">
|
|
|
<intent-filter>
|
|
|
<action android:name="com.modular.appme.UURanking" />
|
|
|
@@ -53,23 +64,29 @@
|
|
|
android:label="@string/share" />
|
|
|
<activity
|
|
|
android:name=".settings.activity.BSettingActivity"
|
|
|
+ android:theme="@style/MainBaseTheme"
|
|
|
android:label="@string/business_setting" />
|
|
|
<activity
|
|
|
android:name=".settings.activity.ImageSettingActivity"
|
|
|
+ android:theme="@style/MainBaseTheme"
|
|
|
android:label="@string/information_photo" />
|
|
|
<activity
|
|
|
android:name=".settings.activity.PersonSettingActivity"
|
|
|
+ android:theme="@style/MainBaseTheme"
|
|
|
android:label="@string/add_new_people"
|
|
|
android:windowSoftInputMode="adjustPan" />
|
|
|
<activity android:name=".settings.activity.PersonSettingListActivity" />
|
|
|
<activity
|
|
|
android:name=".settings.activity.BComSetEmployeeRestActivity"
|
|
|
+ android:theme="@style/MainBaseTheme"
|
|
|
android:label="@string/set_e_relax" />
|
|
|
<activity
|
|
|
android:name=".settings.activity.BComSetCompanyRestActivity"
|
|
|
+ android:theme="@style/MainBaseTheme"
|
|
|
android:label="@string/set_c_relax" />
|
|
|
<activity
|
|
|
android:name=".settings.activity.BSettingLocationActivity"
|
|
|
+ android:theme="@style/MainBaseTheme"
|
|
|
android:label="@string/set_location" />
|
|
|
<activity android:name=".settings.activity.BRestActivity" />
|
|
|
<activity android:name=".settings.activity.BSetComRestListActivity" />
|
|
|
@@ -79,6 +96,7 @@
|
|
|
<activity android:name=".settings.activity.SigatureActivity" />
|
|
|
<activity
|
|
|
android:name=".settings.handwritedemo.LandscapeActivity"
|
|
|
+ android:theme="@style/MainBaseTheme"
|
|
|
android:label="@string/salary_sign"
|
|
|
android:screenOrientation="landscape" />
|
|
|
<activity
|