OSDN Git Service

AlarmClock tweaks.
[android-x86/packages-apps-DeskClock.git] / res / layout / desk_clock_weather.xml
index 71e80f5..762a32b 100644 (file)
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_alignParentLeft="true"
-        android:layout_marginBottom="-4dip"
+        android:layout_marginBottom="-6dip"
         >
         <TextView android:id="@+id/weather_high_temperature"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:textSize="42sp"
+            android:textSize="50sp"
             android:textColor="#FFFFFFFF"
             android:shadowColor="#C0000000"
             android:shadowDx="0"
         <TextView android:id="@+id/weather_low_temperature"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:textSize="42sp"
-            android:textColor="#FFCCCCCC"
+            android:textSize="50sp"
+            android:textColor="#FFDDDDDD"
             android:shadowColor="#C0000000"
             android:shadowDx="0"
             android:shadowDy="0"
             android:shadowRadius="3.0"                        
             android:layout_marginRight="8dip"
-            android:layout_centerVertical="true"
             android:layout_toRightOf="@id/weather_high_temperature"
+            android:layout_alignBottom="@id/weather_high_temperature"
             />
         <ImageView android:id="@+id/weather_icon"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
+            android:layout_height="60sp"
+            android:layout_width="60sp"
+            android:gravity="left"
             android:layout_toRightOf="@id/weather_low_temperature"
-            android:layout_centerVertical="true"
-            android:paddingTop="2dip"
+            android:layout_alignBottom="@id/weather_low_temperature"
+            android:scaleType="centerInside"
             />
     </RelativeLayout>
     <TextView android:id="@+id/weather_location"