OSDN Git Service

Deprecate fill_parent and introduce match_parent.
[android-x86/packages-apps-Music.git] / res / layout-land-finger / media_picker_activity_expanding.xml
index ac8f220..9386eb8 100644 (file)
@@ -15,8 +15,8 @@
 -->
 
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="fill_parent"
-    android:layout_height="fill_parent"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
     android:orientation="vertical"
     android:gravity="center_vertical" >
 
@@ -26,8 +26,8 @@
 
     <ExpandableListView
         android:id="@android:id/list"
-        android:layout_width="fill_parent"
-        android:layout_height="fill_parent"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
         android:layout_weight="1"
         android:textSize="18sp"
         android:drawSelectorOnTop="false"