background for missing images should not be white
authorkenstir <kenstir@gmail.com>
Wed, 2 Dec 2015 03:11:20 +0000 (22:11 -0500)
committerkenstir <kenstir@gmail.com>
Wed, 2 Dec 2015 03:11:20 +0000 (22:11 -0500)
Open-ILS/src/Android/core/res/layout/record_details_basic_fragment.xml

index 40729e1..174c862 100644 (file)
@@ -11,7 +11,6 @@
         android:layout_width="fill_parent"
         android:layout_height="wrap_content"
         >
-        <!-- style="@style/SearchDetailsInfoSeparator" -->
 
         <TextView
             android:id="@+id/record_header_text"
@@ -79,7 +78,6 @@
                     android:layout_height="180dip"
                     android:src="@drawable/no_image"
                     android:padding="5dip"
-                    android:background="@color/white"
                     android:layout_margin="10dip"
                     />