Deepak_commit_31_05_2018

This commit is contained in:
yadavendras
2018-10-08 18:46:28 +05:30
parent 34d8473e33
commit b0e2e05501
30 changed files with 841 additions and 42 deletions
+12 -1
View File
@@ -299,7 +299,18 @@
<activity
android:name=".dailyentry.CoachingVisitActivity"
android:label="@string/title_activity_coaching_visit"
android:theme="@style/AppTheme.NoActionBar"></activity>
android:theme="@style/AppTheme.NoActionBar"
android:screenOrientation="portrait"/>
<activity
android:name=".dailyentry.DeliveryCallActivity"
android:label="@string/delivery_call"
android:theme="@style/AppTheme.NoActionBar"
android:screenOrientation="portrait"/>
<activity
android:name=".dailyentry.DeliveryCallAddStoreActivity"
android:label="@string/delivery_call"
android:theme="@style/AppTheme.NoActionBar"
android:screenOrientation="portrait"/>
</application>
</manifest>