Merge pull request #347 from ultrasonic/bigger-star-icon

Set the star icon BIGGER
This commit is contained in:
Óscar García Amor 2020-11-05 13:04:29 +01:00 committed by GitHub
commit a426b897e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 74 additions and 74 deletions

View File

@ -3,8 +3,7 @@
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"
@ -41,7 +40,7 @@
<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"

View File

@ -30,5 +30,4 @@
app:float_background_color="?attr/color_background"
app:float_alpha="0.7" />
</LinearLayout>

View File

@ -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

View File

@ -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"