aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-07-18 19:02:06 -0700
committerAllan Wang <me@allanwang.ca>2020-07-18 19:02:06 -0700
commit9d70ec99d65ba903d8570fb9112d9b572ca84fe3 (patch)
tree3b11c50a45abbbc1f78b9f93103df8a27f19bdef
parent2a00941b2c6aa33dcc1274370134d2870a06af9e (diff)
downloadfrost-9d70ec99d65ba903d8570fb9112d9b572ca84fe3.tar.gz
frost-9d70ec99d65ba903d8570fb9112d9b572ca84fe3.tar.bz2
frost-9d70ec99d65ba903d8570fb9112d9b572ca84fe3.zip
Add extra line to description to avoid clipping for other languages
-rw-r--r--app/src/main/res/layout/intro_image.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/intro_image.xml b/app/src/main/res/layout/intro_image.xml
index 97a5bcae..a9d744f2 100644
--- a/app/src/main/res/layout/intro_image.xml
+++ b/app/src/main/res/layout/intro_image.xml
@@ -22,7 +22,8 @@
android:id="@id/intro_image"
android:layout_width="0dp"
android:layout_height="0dp"
- android:padding="@dimen/kau_padding_large"
+ android:layout_marginStart="@dimen/kau_padding_large"
+ android:layout_marginEnd="@dimen/kau_padding_large"
android:scaleType="fitCenter"
app:layout_constraintBottom_toTopOf="@id/intro_desc"
app:layout_constraintEnd_toEndOf="parent"
@@ -46,7 +47,7 @@
style="@style/IntroSubTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:lines="3"
+ android:lines="4"
android:padding="@dimen/kau_padding_large"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"