fix some layout errors with the white widget
This commit is contained in:
parent
8f670897dd
commit
37652c8b92
@ -29,12 +29,12 @@ THE SOFTWARE.
|
||||
<FrameLayout
|
||||
android:id="@+id/frameLayout1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="5dp" >
|
||||
<ImageView
|
||||
android:id="@+id/vinyl"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="94dip"
|
||||
android:layout_height="64dip"
|
||||
android:layout_gravity="left"
|
||||
android:adjustViewBounds="true"
|
||||
android:src="@drawable/vinyl"
|
||||
@ -42,12 +42,12 @@ THE SOFTWARE.
|
||||
android:scaleType="fitCenter" />
|
||||
<ImageView
|
||||
android:id="@+id/cover"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="64dip"
|
||||
android:layout_height="64dip"
|
||||
android:layout_gravity="left"
|
||||
android:adjustViewBounds="true"
|
||||
android:contentDescription="@string/cover_art"
|
||||
android:scaleType="fitCenter" />
|
||||
android:scaleType="centerCrop" />
|
||||
</FrameLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user