OSDN Git Service

Remove illegal @+ use with dimen type
[android-x86/packages-apps-Camera2.git] / res / layout / sticky_bottom_capture_layout.xml
index 6d98c30..fe0d316 100644 (file)
@@ -23,8 +23,8 @@
 
     <com.android.camera.widget.RoundedThumbnailView
         android:id="@+id/rounded_thumbnail_view"
-        android:layout_width="@+dimen/rounded_thumbnail_ripple_ring_diameter_max"
-        android:layout_height="@+dimen/rounded_thumbnail_ripple_ring_diameter_max"
+        android:layout_width="@dimen/rounded_thumbnail_ripple_ring_diameter_max"
+        android:layout_height="@dimen/rounded_thumbnail_ripple_ring_diameter_max"
         android:visibility="invisible" />
 
     <include layout="@layout/mode_options_overlay" />