Fix clipping

Some parts of the UI didn't work well with long languages
This commit is contained in:
nielsandriesse
2020-07-29 14:20:29 +10:00
parent 2a7e4a19ad
commit ba8afa3ca6
7 changed files with 20 additions and 14 deletions

View File

@@ -25,7 +25,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/very_large_spacing"
android:layout_marginTop="10dp"
android:layout_marginTop="7dp"
android:layout_marginRight="@dimen/very_large_spacing"
android:textSize="@dimen/medium_font_size"
android:textColor="@color/text"
@@ -36,8 +36,10 @@
android:id="@+id/displayNameEditText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="28dp"
android:paddingBottom="28dp"
android:layout_marginLeft="@dimen/very_large_spacing"
android:layout_marginTop="@dimen/medium_spacing"
android:layout_marginTop="12dp"
android:layout_marginRight="@dimen/very_large_spacing"
android:inputType="textCapWords"
android:hint="@string/activity_display_name_edit_text_hint" />