Skip to content

Commit

Permalink
Fixed full_logo scaling problem in About activity.
Browse files Browse the repository at this point in the history
  • Loading branch information
LumenTeun committed May 5, 2014
1 parent 8c8314d commit a0bb02a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/main/res/layout/activity_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@
android:weightSum="100"
tools:context=".WelcomeActivity">

<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/full_logo" />

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="20dp"
android:layout_weight="90"
android:drawableTop="@drawable/full_logo"
android:gravity="center"
android:text="@string/developer_string"
android:textSize="12sp"/>
Expand Down

0 comments on commit a0bb02a

Please sign in to comment.