aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Zelent <zelent.marcin@gmail.com>2018-04-23 17:19:58 +0200
committerMarcin Zelent <zelent.marcin@gmail.com>2018-04-23 17:19:58 +0200
commite2f49fe23b2ae1a910ab7015167e5ed9a5e4988a (patch)
treebbc450ed3480593480efcba5a5a58dcd63fa51c1 /app/src/main/AndroidManifest.xml
parent2cf7ca569e50caa8d33d4045977d69d1f10771c2 (diff)
Added proper new observation layout with geolocation and bird choosing,
added swipe refreshing.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 7f947ee..d503607 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -4,6 +4,7 @@
package="org.marcinzelent.liberavem">
<uses-permission android:name="android.permission.INTERNET" />
+ <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<application
android:allowBackup="false"
@@ -26,12 +27,14 @@
<activity
android:name=".SettingsActivity"
android:label="@string/title_activity_settings" />
- <activity android:name=".ObservationDetailsActivity" />
+ <activity
+ android:name=".ObservationDetailsActivity"
+ android:label="@string/observation_details"/>
<activity
android:name=".NewObservationActivity"
android:label="@string/title_activity_new_observation"
- android:theme="@style/AppTheme.NoActionBar" />
- <activity android:name=".BirdPickerActivity"></activity>
+ android:theme="@style/AppTheme" />
+ <activity android:name=".BirdPickerActivity" />
</application>
</manifest> \ No newline at end of file