aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-07-18 19:15:50 -0700
committerGitHub <noreply@github.com>2020-07-18 19:15:50 -0700
commit7efc3d6f6f95ca9d3323009b5f66d883041a7974 (patch)
tree2a89223e11ace635f72135d05f7182fc26291b1f
parent1b26bce26cc675d23e500eee4edbc675a818fc61 (diff)
parent9d70ec99d65ba903d8570fb9112d9b572ca84fe3 (diff)
downloadfrost-7efc3d6f6f95ca9d3323009b5f66d883041a7974.tar.gz
frost-7efc3d6f6f95ca9d3323009b5f66d883041a7974.tar.bz2
frost-7efc3d6f6f95ca9d3323009b5f66d883041a7974.zip
Merge pull request #1698 from AllanWang/intro-image-desc
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"