Skip to content

Commit

Permalink
Better about screen layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Sardonini committed Mar 19, 2018
1 parent 4d28968 commit 7569ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/src/main/res/layout/activity_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:gravity="center">
android:gravity="center"
android:padding="20dp">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:drawableTop="@drawable/ic_app_big"
android:drawablePadding="20dp"
android:textSize="22sp"
Expand Down

0 comments on commit 7569ec7

Please sign in to comment.