summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/f_about.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2020-07-25 22:19:42 +0200
committercyBerta <cyberta@riseup.net>2020-07-25 22:19:42 +0200
commitd184c6e0a63467e1a18d35b0bc5fa0991cfc5e98 (patch)
tree7898f77396b103ee32be60826cedeae5bab8fb05 /app/src/main/res/layout/f_about.xml
parent023fa0e8d18a95e4fecb256fd4e4a1e6488c3df8 (diff)
fix rounded image in donation dialog for Android 4 devices
Diffstat (limited to 'app/src/main/res/layout/f_about.xml')
-rw-r--r--app/src/main/res/layout/f_about.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/layout/f_about.xml b/app/src/main/res/layout/f_about.xml
index 86be3a56..22053054 100644
--- a/app/src/main/res/layout/f_about.xml
+++ b/app/src/main/res/layout/f_about.xml
@@ -250,6 +250,21 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/copyright_shapeshifter_transports" />
+
+ <Space
+ android:layout_width="match_parent"
+ android:layout_height="20sp" />
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/circleImageView"
+ android:textAppearance="?android:attr/textAppearanceMedium" />
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/copyright_circleImageView" />
</LinearLayout>
</ScrollView>