Skip to content

Commit

Permalink
Removed unnecessary weight properties in Welcome activity.
Browse files Browse the repository at this point in the history
  • Loading branch information
LumenTeun committed May 8, 2014
1 parent 7340d50 commit 5098633
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/res/layout/activity_welcome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
android:paddingRight="@dimen/margin_large"
android:paddingTop="@dimen/margin_large"
android:orientation="vertical"
android:weightSum="100"
tools:context=".WelcomeActivity" >

<ImageView
Expand Down Expand Up @@ -67,8 +66,7 @@
android:gravity="center"
android:textSize="12sp"
android:layout_centerInParent="true"
android:text="@string/developer_string"
android:layout_weight="90" />
android:text="@string/developer_string" />
</LinearLayout>

</ScrollView>

0 comments on commit 5098633

Please sign in to comment.