aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/attrs_square_image_view.xml8
-rw-r--r--app/src/main/res/values/strings.xml7
2 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/values/attrs_square_image_view.xml b/app/src/main/res/values/attrs_square_image_view.xml
new file mode 100644
index 0000000..13e655a
--- /dev/null
+++ b/app/src/main/res/values/attrs_square_image_view.xml
@@ -0,0 +1,8 @@
+<resources>
+ <declare-styleable name="SquareImageView">
+ <attr name="exampleString" format="string" />
+ <attr name="exampleDimension" format="dimension" />
+ <attr name="exampleColor" format="color" />
+ <attr name="exampleDrawable" format="color|reference" />
+ </declare-styleable>
+</resources>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 1f045bd..1561e86 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -88,4 +88,11 @@
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="my_observations">My observations</string>
<string name="all_observations">All observations</string>
+ <string name="created">Created:</string>
+ <string name="author">Author:</string>
+ <string name="population">Population:</string>
+ <string name="place">Place:</string>
+ <string name="latitude">Latitude:</string>
+ <string name="longitude">Longitude:</string>
+ <string name="comment">Comment:</string>
</resources>