Skip to content

Commit

Permalink
Added padding to the activation log viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
ajungren committed Aug 11, 2012
1 parent 42525ca commit d7149dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/layout/log.xml
Expand Up @@ -5,5 +5,6 @@
android:orientation="vertical">
<ListView android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:padding="5sp" />
</LinearLayout>

0 comments on commit d7149dc

Please sign in to comment.