This commit is contained in:
ashishandroid
2017-01-18 15:40:45 +05:30
parent 9ff366cbeb
commit f4a8b065ea
7 changed files with 27 additions and 12 deletions
+2 -2
View File
@@ -49,12 +49,12 @@
android:screenOrientation="portrait" />
<activity
android:name=".GeoTag.GeoTagStoreList"
android:label="@string/title_activity_store_list_geotag"
android:label="@string/title_activity_store_list"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".dailyentry.StoreListActivity"
android:label="@string/title_activity_store_list_geotag"
android:label="@string/title_activity_store_list"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity