summaryrefslogtreecommitdiffstats
path: root/res/layout/desk_clock_weather.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/desk_clock_weather.xml')
-rw-r--r--res/layout/desk_clock_weather.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/res/layout/desk_clock_weather.xml b/res/layout/desk_clock_weather.xml
index c5ee761d7..6c17162b0 100644
--- a/res/layout/desk_clock_weather.xml
+++ b/res/layout/desk_clock_weather.xml
@@ -18,9 +18,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/weather"
android:orientation="vertical"
- android:layout_width="fill_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_weight="0"
android:gravity="left"
>
<RelativeLayout android:id="@+id/weather_temp_icon_cluster"
@@ -41,7 +40,7 @@
android:layout_height="wrap_content"
android:singleLine="true"
android:textSize="46sp"
- android:textColor="?android:attr/textColorPrimary"
+ android:textColor="?android:attr/textColorPrimary"
android:shadowColor="#C0000000"
android:shadowDx="0"
android:shadowDy="0"
@@ -55,8 +54,8 @@
android:layout_width="40sp"
android:layout_height="wrap_content"
android:singleLine="true"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?android:attr/textColorSecondary"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textColor="?android:attr/textColorSecondary"
android:shadowColor="#C0000000"
android:shadowDx="0"
android:shadowDy="0"
@@ -68,14 +67,15 @@
android:layout_width="40sp"
android:layout_height="wrap_content"
android:singleLine="true"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?android:attr/textColorPrimary"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textStyle="bold"
+ android:textColor="?android:attr/textColorPrimary"
android:shadowColor="#C0000000"
android:shadowDx="0"
android:shadowDy="0"
android:shadowRadius="3.0"
android:layout_alignTop="@id/weather_temperature"
- android:layout_marginTop="4sp"
+ android:layout_marginTop="9sp"
android:layout_alignLeft="@id/weather_low_temperature"
/>
</RelativeLayout>
@@ -83,8 +83,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/weather_temp_icon_cluster"
+ android:maxWidth="300sp"
android:gravity="left"
- android:singleLine="true"
android:textSize="18sp"
android:textColor="#ffffffff"
android:shadowColor="#c0000000"