tweaked the xlarge-landscape-widget (9patch and layout). had to delete the widget_frame.pngs for this as they blocked the 9patch.

pull/14/head
Arne Jans 13 years ago
parent 9b52157978
commit 83d210ecca

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

@ -3,7 +3,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/widget" android:id="@+id/widget"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="fill_parent" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical"
android:background="@drawable/widget_frame"> android:background="@drawable/widget_frame">
@ -11,14 +11,13 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
android:paddingTop="2dp"
android:paddingLeft="40dp"> android:paddingLeft="40dp">
<TextView <TextView
android:id="@+id/widget_title" android:id="@+id/widget_title"
android:layout_gravity="left" android:layout_gravity="left"
android:layout_width="128dp" android:layout_width="128dp"
android:layout_height="47dp" android:layout_height="40dp"
android:textColor="#ffffff" android:textColor="#ffffff"
android:textSize="14sp" android:textSize="14sp"
android:textStyle="bold" android:textStyle="bold"

Loading…
Cancel
Save