Fix font lockscren widget

This commit is contained in:
serso 2014-07-27 18:23:20 +02:00
parent ebf103a7da
commit f1275d6fbb

View File

@ -28,7 +28,7 @@
layout="@layout/widget_display" layout="@layout/widget_display"
a:layout_weight="5" a:layout_weight="5"
a:layout_width="0dp" a:layout_width="0dp"
a:layout_height="wrap_content" /> a:layout_height="match_parent" />
</LinearLayout> </LinearLayout>