OSDN Git Service

Fix some scaling issues with non-square album art.
[android-x86/packages-apps-Eleven.git] / res / layout / list_item_queue.xml
index 1c1f835..9b699ec 100644 (file)
@@ -68,8 +68,8 @@
 
     <com.cyanogenmod.eleven.widgets.PopupMenuButton
         android:id="@id/popup_menu_button"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
+        android:layout_width="@dimen/overflow_width"
+        android:layout_height="@dimen/overflow_height"
         android:layout_alignParentRight="true"
         android:layout_centerVertical="true"
         android:src="@drawable/menu_button_light" />