T2P upload data new

This commit is contained in:
yadavendras
2017-01-12 17:49:12 +05:30
parent 412c81ca4b
commit 96b2ff2eb6
37 changed files with 187 additions and 185 deletions
+3 -3
View File
@@ -14,7 +14,7 @@
<application
android:allowBackup="true"
android:icon="@drawable/icon"
android:icon="@drawable/gsklogo"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
@@ -34,7 +34,7 @@
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:label="@string/main_menu_activity_name"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity
@@ -60,7 +60,7 @@
<activity
android:name=".dailyentry.StoreimageActivity"
android:configChanges="screenSize|orientation|keyboardHidden"
android:label="@string/title_activity_store_list_geotag"
android:label="@string/title_activity_store_image"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar" />
<activity