More fill_parent -> match_parent
authorkenstir <kenstir@gmail.com>
Tue, 10 Dec 2013 01:55:57 +0000 (20:55 -0500)
committerkenstir <kenstir@gmail.com>
Tue, 10 Dec 2013 01:55:57 +0000 (20:55 -0500)
Open-ILS/src/Android/core/res/layout/activity_login.xml
Open-ILS/src/Android/core/res/layout/activity_splash.xml
Open-ILS/src/Android/core/res/layout/advanced_search.xml

index 0bb8c2d..d3f6a18 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
               android:orientation="vertical"
-              android:layout_width="fill_parent"
-              android:layout_height="fill_parent"
+              android:layout_width="match_parent"
+              android:layout_height="match_parent"
               android:paddingLeft="17dp"
               android:paddingRight="17dp"
         >
@@ -15,7 +15,7 @@
         android:textAppearance="?android:attr/textAppearanceLarge" />
     
     <View
-        android:layout_width="fill_parent"
+        android:layout_width="match_parent"
         android:layout_height="1dip"
         android:background="#000000"
         android:layout_marginTop="5dp"
index 8e0bdd5..5956a49 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <RelativeLayout 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:background="#ffffff"
     android:gravity="center_horizontal"
     android:orientation="vertical" >
@@ -18,7 +18,7 @@
     
         <TextView
             android:id="@+id/action_in_progress"
-            android:layout_width="fill_parent"
+            android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_below="@+id/logo"
             android:gravity="center"
index 08b4d47..52ef8d8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-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:background="@drawable/background_grey_image"
     >
@@ -11,7 +11,7 @@
         layout="@layout/simple_actionbar" />
 
     <LinearLayout
-        android:layout_width="fill_parent"
+        android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_marginTop="10dip"
         android:orientation="horizontal"
@@ -32,7 +32,7 @@
 
     <LinearLayout
         android:id="@+id/advanced_search_filter_container"
-        android:layout_width="fill_parent"
+        android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:orientation="horizontal" >
 
 
     <ScrollView
         android:id="@+id/advanced_search_scrollview"
-        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:padding="5dip"
         >
 
         <LinearLayout
             android:id="@+id/advanced_search_filters"
-            android:layout_width="fill_parent"
-            android:layout_height="fill_parent"
+            android:layout_width="match_parent"
+            android:layout_height="match_parent"
             android:orientation="vertical" >
 
             <TextView
@@ -74,7 +74,7 @@
     </ScrollView>
 
     <LinearLayout
-        android:layout_width="fill_parent"
+        android:layout_width="match_parent"
         android:layout_height="60dip"
         android:background="@drawable/bottom_rounded_menu_background"
         android:gravity="center_horizontal"