Merge pull request #347 from ultrasonic/bigger-star-icon
Set the star icon BIGGER
This commit is contained in:
commit
a426b897e3
|
@ -3,15 +3,14 @@
|
|||
a:orientation="horizontal"
|
||||
a:layout_width="fill_parent"
|
||||
a:layout_height="wrap_content"
|
||||
a:minHeight="?android:attr/listPreferredItemHeight"
|
||||
>
|
||||
a:minHeight="?android:attr/listPreferredItemHeight">
|
||||
|
||||
<ImageView
|
||||
a:id="@+id/album_coverart"
|
||||
a:layout_width="64dp"
|
||||
a:layout_height="64dp"
|
||||
a:layout_gravity="left|center_vertical"
|
||||
a:paddingLeft="3dip"/>
|
||||
a:paddingLeft="3dip" />
|
||||
|
||||
<LinearLayout
|
||||
a:orientation="vertical"
|
||||
|
@ -28,20 +27,20 @@
|
|||
a:layout_height="wrap_content"
|
||||
a:textAppearance="?android:attr/textAppearanceMedium"
|
||||
a:singleLine="true"
|
||||
a:ellipsize="marquee"/>
|
||||
a:ellipsize="marquee" />
|
||||
|
||||
<TextView
|
||||
a:id="@+id/album_artist"
|
||||
a:layout_width="wrap_content"
|
||||
a:layout_height="wrap_content"
|
||||
a:textAppearance="?android:attr/textAppearanceSmall"
|
||||
a:singleLine="true"/>
|
||||
a:singleLine="true" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
a:id="@+id/album_star"
|
||||
a:layout_width="wrap_content"
|
||||
a:layout_width="38dp"
|
||||
a:layout_height="fill_parent"
|
||||
a:gravity="center_vertical"
|
||||
a:background="@android:color/transparent"
|
||||
|
|
|
@ -30,5 +30,4 @@
|
|||
app:float_background_color="?attr/color_background"
|
||||
app:float_alpha="0.7" />
|
||||
|
||||
|
||||
</LinearLayout>
|
|
@ -4,6 +4,7 @@
|
|||
a:layout_height="wrap_content"
|
||||
a:layout_gravity="center_vertical"
|
||||
a:layout_weight="1"
|
||||
a:layout_marginLeft="4dp"
|
||||
a:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
a:layout_width="fill_parent"
|
||||
a:layout_height="wrap_content"
|
||||
a:minHeight="?android:attr/listPreferredItemHeight"
|
||||
|
@ -7,12 +8,11 @@
|
|||
|
||||
<CheckedTextView
|
||||
a:id="@+id/song_check"
|
||||
a:layout_width="wrap_content"
|
||||
a:layout_width="38dp"
|
||||
a:layout_height="fill_parent"
|
||||
a:checkMark="?attr/button_check_custom"
|
||||
a:gravity="center_vertical"
|
||||
a:paddingLeft="3dip"
|
||||
a:paddingRight="3dip"/>
|
||||
a:paddingRight="4dip"/>
|
||||
|
||||
<include layout="@layout/song_details" />
|
||||
|
||||
|
@ -21,7 +21,8 @@
|
|||
a:layout_width="wrap_content"
|
||||
a:layout_height="wrap_content"
|
||||
a:layout_gravity="center_vertical"
|
||||
a:orientation="horizontal">
|
||||
a:orientation="horizontal"
|
||||
tools:visibility="gone">
|
||||
|
||||
<ImageView
|
||||
a:id="@+id/song_five_star_1"
|
||||
|
@ -67,18 +68,18 @@
|
|||
a:id="@+id/song_five_star_5"
|
||||
a:layout_width="10dip"
|
||||
a:layout_height="fill_parent"
|
||||
a:layout_marginRight="8dip"
|
||||
a:background="@android:color/transparent"
|
||||
a:focusable="false"
|
||||
a:gravity="center_vertical"
|
||||
a:scaleType="centerInside"
|
||||
a:layout_marginRight="8dip"
|
||||
a:src="?attr/star_hollow" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
a:id="@+id/song_star"
|
||||
a:layout_width="wrap_content"
|
||||
a:layout_width="38dp"
|
||||
a:layout_height="fill_parent"
|
||||
a:background="@android:color/transparent"
|
||||
a:focusable="false"
|
||||
|
|
Loading…
Reference in New Issue