diff --git a/res/layout/four_long_widget.xml b/res/layout/four_long_widget.xml index 7eee4969..9a4a469f 100644 --- a/res/layout/four_long_widget.xml +++ b/res/layout/four_long_widget.xml @@ -48,7 +48,7 @@ THE SOFTWARE. android:layout_width="fill_parent" android:layout_height="wrap_content" android:textColor="#fff" - android:textSize="20sp" + android:textSize="16sp" android:textStyle="bold" android:singleLine="true" android:fadingEdge="horizontal" @@ -60,7 +60,18 @@ THE SOFTWARE. android:layout_width="fill_parent" android:layout_height="wrap_content" android:textColor="#fff" - android:textSize="16sp" + android:textSize="14sp" + android:singleLine="true" + android:fadingEdge="horizontal" + android:fadingEdgeLength="10dip" + android:ellipsize="none" /> +