mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-31 17:34:48 +01:00
Make media icons even BIGGER
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
This commit is contained in:
parent
d98f64ed25
commit
3f6c45f25f
@ -17,7 +17,6 @@
|
||||
a:layout_weight="1"
|
||||
a:focusable="true"
|
||||
a:paddingLeft="2dip"
|
||||
a:paddingRight="8dip"
|
||||
a:scaleType="fitCenter"
|
||||
a:src="?attr/media_shuffle" />
|
||||
|
||||
@ -29,42 +28,34 @@
|
||||
a:layout_gravity="center"
|
||||
a:layout_weight="1"
|
||||
a:focusable="true"
|
||||
a:src="?attr/media_previous"
|
||||
a:paddingLeft="8dip"
|
||||
a:paddingRight="8dip"/>
|
||||
a:src="?attr/media_previous" />
|
||||
|
||||
<ImageView
|
||||
a:id="@+id/download_start"
|
||||
a:layout_width="0dip"
|
||||
a:layout_height="56dp"
|
||||
a:scaleType="fitCenter"
|
||||
a:layout_width="48dip"
|
||||
a:layout_height="96dp"
|
||||
a:layout_weight="1"
|
||||
a:focusable="true"
|
||||
a:src="?attr/media_play"
|
||||
a:paddingRight="8dip"
|
||||
a:paddingLeft="8dip"/>
|
||||
a:scaleType="fitCenter"
|
||||
a:src="?attr/media_play" />
|
||||
|
||||
<ImageView
|
||||
a:id="@+id/download_pause"
|
||||
a:layout_width="0dip"
|
||||
a:layout_height="56dp"
|
||||
a:scaleType="fitCenter"
|
||||
a:layout_width="48dip"
|
||||
a:layout_height="96dp"
|
||||
a:layout_weight="1"
|
||||
a:focusable="true"
|
||||
a:src="?attr/media_pause"
|
||||
a:paddingLeft="8dip"
|
||||
a:paddingRight="8dip"/>
|
||||
a:scaleType="fitCenter"
|
||||
a:src="?attr/media_pause" />
|
||||
|
||||
<ImageView
|
||||
a:id="@+id/download_stop"
|
||||
a:layout_width="0dip"
|
||||
a:layout_height="56dp"
|
||||
a:scaleType="fitCenter"
|
||||
a:layout_width="48dip"
|
||||
a:layout_height="96dp"
|
||||
a:layout_weight="1"
|
||||
a:focusable="true"
|
||||
a:src="?attr/media_stop"
|
||||
a:paddingLeft="8dip"
|
||||
a:paddingRight="8dip"/>
|
||||
a:scaleType="fitCenter"
|
||||
a:src="?attr/media_stop" />
|
||||
|
||||
<org.moire.ultrasonic.view.AutoRepeatButton
|
||||
a:id="@+id/download_next"
|
||||
@ -74,9 +65,7 @@
|
||||
a:layout_gravity="center"
|
||||
a:layout_weight="1"
|
||||
a:focusable="true"
|
||||
a:src="?attr/media_next"
|
||||
a:paddingLeft="8dip"
|
||||
a:paddingRight="8dip"/>
|
||||
a:src="?attr/media_next" />
|
||||
|
||||
<ImageView
|
||||
a:id="@+id/download_repeat"
|
||||
@ -87,7 +76,6 @@
|
||||
a:layout_weight="1"
|
||||
a:focusable="true"
|
||||
a:src="?attr/media_repeat_off"
|
||||
a:paddingLeft="8dip"
|
||||
a:paddingRight="2dip"/>
|
||||
|
||||
</LinearLayout>
|
@ -85,13 +85,13 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/control_play"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_gravity="center"
|
||||
android:layout_margin="2dp"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/btn_bg"
|
||||
android:scaleType="fitXY"
|
||||
android:layout_margin="2dp"
|
||||
android:src="@drawable/media_pause_normal_dark" />
|
||||
|
||||
<ImageButton
|
||||
|
@ -83,7 +83,7 @@
|
||||
<LinearLayout
|
||||
android:id="@+id/notification_rating"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="30dip"
|
||||
android:layout_height="24dip"
|
||||
android:layout_gravity="center"
|
||||
android:orientation="horizontal"
|
||||
android:visibility="visible">
|
||||
@ -157,8 +157,8 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/control_previous"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_gravity="center"
|
||||
android:layout_weight="1"
|
||||
@ -167,8 +167,8 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/control_play"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_gravity="center"
|
||||
android:layout_weight="1"
|
||||
@ -177,8 +177,8 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/control_next"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_gravity="center"
|
||||
android:layout_weight="1"
|
||||
|
@ -54,8 +54,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/now_playing_control_play"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_gravity="center|right"
|
||||
android:layout_marginTop="2dip"
|
||||
android:layout_marginRight="16dip"
|
||||
|
Loading…
x
Reference in New Issue
Block a user