Skip to content

Commit

Permalink
Image scale top center
Browse files Browse the repository at this point in the history
  • Loading branch information
Elija McPherson-Burke committed Oct 12, 2016
1 parent dea36b5 commit fae7c39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion onboarder/src/main/res/layout-land/fragment_onboarder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
android:layout_below="@id/lyt_text"
android:adjustViewBounds="true"
android:layout_centerInParent="true"
android:scaleType="fitCenter"/>
android:scaleType="matrix"/>


</RelativeLayout>
3 changes: 2 additions & 1 deletion onboarder/src/main/res/layout/fragment_onboarder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:padding="@dimen/activity_margin">

<LinearLayout
Expand Down Expand Up @@ -42,7 +43,7 @@
android:layout_below="@id/lyt_text"
android:adjustViewBounds="true"
android:layout_centerInParent="true"
android:scaleType="fitCenter"/>
android:scaleType="matrix" />


</RelativeLayout>

0 comments on commit fae7c39

Please sign in to comment.