Skip to content

Commit

Permalink
Optimize layout for ExceptionActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-niedermann committed May 9, 2019
1 parent 7a8f475 commit 476df50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_exception.xml
Expand Up @@ -27,6 +27,7 @@
android:id="@+id/stacktrace"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginBottom="@dimen/standard_margin"
android:layout_weight="1"
android:fontFamily="monospace"
android:scrollbars="horizontal|vertical"
Expand Down

0 comments on commit 476df50

Please sign in to comment.