diff options
author | Marcin Zelent <zelent.marcin@gmail.com> | 2018-04-23 17:19:58 +0200 |
---|---|---|
committer | Marcin Zelent <zelent.marcin@gmail.com> | 2018-04-23 17:19:58 +0200 |
commit | e2f49fe23b2ae1a910ab7015167e5ed9a5e4988a (patch) | |
tree | bbc450ed3480593480efcba5a5a58dcd63fa51c1 /app/src/main/res/layout/activity_observation_details.xml | |
parent | 2cf7ca569e50caa8d33d4045977d69d1f10771c2 (diff) |
Added proper new observation layout with geolocation and bird choosing,
added swipe refreshing.
Diffstat (limited to 'app/src/main/res/layout/activity_observation_details.xml')
-rw-r--r-- | app/src/main/res/layout/activity_observation_details.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/src/main/res/layout/activity_observation_details.xml b/app/src/main/res/layout/activity_observation_details.xml index 4372b9a..7d0fd80 100644 --- a/app/src/main/res/layout/activity_observation_details.xml +++ b/app/src/main/res/layout/activity_observation_details.xml @@ -61,7 +61,7 @@ android:layout_height="wrap_content" android:layout_weight="1" android:minLines="1" - android:text="@string/created" + android:text="@string/created2" android:textStyle="bold" /> <TextView @@ -85,7 +85,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:ellipsize="none" - android:text="@string/author" + android:text="@string/author2" android:textStyle="bold" /> <TextView @@ -109,7 +109,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" - android:text="@string/population" + android:text="@string/population2" android:textStyle="bold" /> <TextView @@ -132,7 +132,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" - android:text="@string/place" + android:text="@string/place2" android:textStyle="bold" /> <TextView @@ -155,7 +155,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" - android:text="@string/longitude" + android:text="@string/longitude2" android:textStyle="bold" /> <TextView @@ -178,7 +178,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" - android:text="@string/latitude" + android:text="@string/latitude2" android:textStyle="bold" /> <TextView @@ -201,7 +201,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" - android:text="@string/comment" + android:text="@string/comment2" android:textStyle="bold" /> <TextView |