Planogram pdf and Category image mapping

This commit is contained in:
yadavendras
2018-01-31 15:43:49 +05:30
parent 4da796f77a
commit d53bca0e29
27 changed files with 1423 additions and 94 deletions
+7 -1
View File
@@ -220,7 +220,13 @@
<activity
android:name=".dailyentry.PlanogramPDFActivity"
android:label="@string/title_activity_planogram_pdf"
android:theme="@style/AppTheme.NoActionBar"></activity>
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".dailyentry.StockDataActivity"
android:label="@string/title_activity_stock_data"
android:configChanges="screenSize|orientation|keyboardHidden"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustPan"></activity>
</application>
</manifest>