Skip to content

Commit

Permalink
Remove unused weighting in about layout
Browse files Browse the repository at this point in the history
  • Loading branch information
markwinter committed May 8, 2014
1 parent adf907f commit 7340d50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/res/layout/activity_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
android:paddingLeft="@dimen/margin_large"
android:paddingRight="@dimen/margin_large"
android:paddingTop="@dimen/margin_large"
android:weightSum="100"
tools:context=".WelcomeActivity">

<ImageView
Expand All @@ -25,7 +24,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="20dp"
android:layout_weight="90"
android:gravity="center"
android:text="@string/developer_string"
android:textSize="12sp"/>
Expand Down

0 comments on commit 7340d50

Please sign in to comment.