camera handle for arabic language

This commit is contained in:
Gagan290
2017-03-06 12:25:47 +05:30
parent 75c168c5a8
commit 7e5ced4f08
3 changed files with 682 additions and 3 deletions
+9 -2
View File
@@ -182,10 +182,17 @@
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".dailyentry.CategoryPicture"
android:label="@string/title_activity_category_picture"
android:configChanges="screenSize|orientation|keyboardHidden"
android:label="@string/title_activity_category_picture"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar"></activity>
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".dailyentry.StoreCheckoutImageActivity"
android:configChanges="screenSize|orientation|keyboardHidden"
android:label="@string/title_activity_store_checkout_image"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
</application>
</manifest>