OSDN Git Service

am 60d04edf: am e7c9540b: Refresh date display at midnight.
[android-x86/packages-apps-DeskClock.git] / res / layout / desk_clock_buttons.xml
index b7110c1..b9e9129 100644 (file)
 
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:orientation="horizontal"
-    android:layout_width="fill_parent"
+    android:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:layout_weight="0"
     >
     <ImageButton android:id="@+id/alarm_button"
                style="@style/ButtonStripLeft"
         android:layout_height="wrap_content"
-        android:layout_width="fill_parent"
+        android:layout_width="match_parent"
         android:layout_weight=".25"
         android:src="@drawable/ic_clock_strip_alarm"
+        android:contentDescription="@string/alarm_button_description"
         />
     <ImageButton android:id="@+id/gallery_button"
                style="@style/ButtonStripMiddle"
         android:layout_height="wrap_content"
-        android:layout_width="fill_parent"
+        android:layout_width="match_parent"
         android:layout_weight=".25"
         android:src="@drawable/ic_clock_strip_gallery"
+        android:contentDescription="@string/gallery_button_description"
         />
     <ImageButton android:id="@+id/music_button"
                style="@style/ButtonStripMiddle"
         android:layout_height="wrap_content"
-        android:layout_width="fill_parent"
+        android:layout_width="match_parent"
         android:layout_weight=".25"
         android:src="@drawable/ic_clock_strip_music"
+        android:contentDescription="@string/music_button_description"
         />
     <ImageButton android:id="@+id/home_button"
                style="@style/ButtonStripRight"
         android:layout_height="wrap_content"
-        android:layout_width="fill_parent"
+        android:layout_width="match_parent"
         android:layout_weight=".25"
         android:src="@drawable/ic_clock_strip_home"
+        android:contentDescription="@string/home_button_description"
         />
 </LinearLayout>