Fix text auto resizing in DisplayView

This commit is contained in:
serso
2016-02-06 23:57:00 +01:00
parent 667583f95f
commit 191feb6044
17 changed files with 38 additions and 59 deletions

View File

@@ -35,7 +35,7 @@
<include
layout="@layout/onscreen_display"
a:layout_width="0dp"
a:layout_height="wrap_content"
a:layout_height="match_parent"
a:layout_weight="4" />
</LinearLayout>