Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #362 from mapzen/chuck/login-layout
Browse files Browse the repository at this point in the history
Scale login text and prevent wrapping
  • Loading branch information
baldur committed Dec 11, 2014
2 parents faf43b7 + 6c4c4d8 commit b65f7a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions res/layout/login_page_4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
android:background="@drawable/signin_button"
android:layout_marginBottom="40dp"
android:layout_centerHorizontal="true"
android:singleLine="true"
android:maxLines="1"
android:ellipsize="end"
android:textSize="@dimen/button_font_size" />

<LinearLayout
Expand Down
2 changes: 1 addition & 1 deletion res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dimen name="logo_top_margin">180dp</dimen>
<dimen name="button_side_padding">20dp</dimen>
<dimen name="button_above_below_padding">14dp</dimen>
<dimen name="button_font_size">10pt</dimen>
<dimen name="button_font_size">18sp</dimen>
<dimen name="result_pager_height">75dp</dimen>
<dimen name="instruction_height">84dp</dimen>
<dimen name="arrow_padding">15dp</dimen>
Expand Down

0 comments on commit b65f7a3

Please sign in to comment.