This commit is contained in:
Gagan290
2016-12-29 12:15:47 +05:30
parent 1a810172d5
commit fbd9780d0f
10 changed files with 189 additions and 849 deletions
+12 -4
View File
@@ -50,22 +50,30 @@
<activity
android:name=".gsk_dailyentry.CategoryListActivity"
android:theme="@style/AppTheme.NoActionBar" />
android:configChanges="screenSize|orientation|keyboardHidden"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustPan" />
<!--android:label="@string/title_activity_category_list"-->
<activity
android:name=".gsk_dailyentry.CategoryWisePerformanceActivity"
android:theme="@style/AppTheme.NoActionBar" />
android:configChanges="screenSize|orientation|keyboardHidden"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustPan" />
<!-- android:label="@string/title_activity_category_wise_performance" -->
<activity
android:name=".gsk_dailyentry.DailyDataMenuActivity"
android:theme="@style/AppTheme.NoActionBar" />
android:configChanges="screenSize|orientation|keyboardHidden"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustPan" />
<!--android:label="@string/title_activity_daily_main_menu"-->
<activity
android:name=".gsk_dailyentry.MSL_AvailabilityActivity"
android:theme="@style/AppTheme.NoActionBar" />
android:configChanges="screenSize|orientation|keyboardHidden"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustPan" />
<!--android:label="@string/title_activity_msl__availability"-->
</application>