Remove the borders from the long widget

This commit is contained in:
Christopher Eby 2010-07-17 19:38:28 -05:00
parent e5b5870453
commit 4634dd8ca5

View File

@ -66,10 +66,6 @@
android:fadingEdgeLength="10dip" android:fadingEdgeLength="10dip"
android:ellipsize="none" /> android:ellipsize="none" />
</LinearLayout> </LinearLayout>
<ImageView
android:layout_height="1dip"
android:layout_width="fill_parent"
android:background="@drawable/appwidget_divider" />
<LinearLayout <LinearLayout
android:orientation="horizontal" android:orientation="horizontal"
android:layout_width="fill_parent" android:layout_width="fill_parent"
@ -83,10 +79,6 @@
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:src="@drawable/previous" android:src="@drawable/previous"
android:scaleType="fitCenter" /> android:scaleType="fitCenter" />
<ImageView
android:layout_width="1dip"
android:layout_height="fill_parent"
android:background="@drawable/appwidget_divider" />
<ImageButton <ImageButton
android:id="@+id/play" android:id="@+id/play"
android:background="@drawable/button_background" android:background="@drawable/button_background"
@ -95,10 +87,6 @@
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:src="@drawable/play" android:src="@drawable/play"
android:scaleType="fitCenter" /> android:scaleType="fitCenter" />
<ImageView
android:layout_width="1dip"
android:layout_height="fill_parent"
android:background="@drawable/appwidget_divider" />
<ImageButton <ImageButton
android:id="@+id/next" android:id="@+id/next"
android:background="@drawable/button_background" android:background="@drawable/button_background"