summaryrefslogtreecommitdiffstats
path: root/res/layout/apps_customize_widget.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/apps_customize_widget.xml')
-rw-r--r--res/layout/apps_customize_widget.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/res/layout/apps_customize_widget.xml b/res/layout/apps_customize_widget.xml
index 31c3fbe58..57a996288 100644
--- a/res/layout/apps_customize_widget.xml
+++ b/res/layout/apps_customize_widget.xml
@@ -29,18 +29,18 @@
android:focusable="true">
<LinearLayout
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
- android:orientation="vertical"
+ android:orientation="horizontal"
android:background="@drawable/widget_info_bg">
<!-- The name of the widget. -->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/widget_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_weight="0"
- android:gravity="left|bottom"
+ android:layout_weight="1"
+ android:gravity="left"
android:singleLine="true"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
@@ -58,10 +58,12 @@
android:id="@+id/widget_dims"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_gravity="bottom"
+ android:layout_marginLeft="5dp"
android:layout_weight="0"
- android:gravity="left|bottom"
+ android:gravity="left"
- android:textColor="#FF999999"
+ android:textColor="#FF666666"
android:textSize="12sp"
android:shadowColor="#99000000"
android:shadowDx="0.0"