improve mute/subscribe buttons in AccountActivity
This commit is contained in:
parent
dad57b074b
commit
2f278a3d25
|
@ -46,6 +46,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="180dp"
|
||||
android:background="?attr/colorSurface"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp">
|
||||
|
||||
|
@ -80,11 +81,11 @@
|
|||
android:layout_height="0dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:minWidth="0dp"
|
||||
android:paddingStart="8dp"
|
||||
android:paddingEnd="4dp"
|
||||
android:scaleType="centerInside"
|
||||
android:minWidth="36dp"
|
||||
android:paddingStart="12dp"
|
||||
android:paddingEnd="12dp"
|
||||
app:icon="@drawable/ic_notifications_24dp"
|
||||
app:iconPadding="0dp"
|
||||
app:layout_constrainedHeight="true"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/accountFollowButton"
|
||||
app:layout_constraintEnd_toStartOf="@id/accountFollowButton"
|
||||
|
@ -100,11 +101,11 @@
|
|||
android:layout_height="0dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:minWidth="0dp"
|
||||
android:paddingStart="8dp"
|
||||
android:paddingEnd="8dp"
|
||||
android:scaleType="centerInside"
|
||||
android:minWidth="36dp"
|
||||
android:paddingStart="12dp"
|
||||
android:paddingEnd="12dp"
|
||||
app:icon="@drawable/ic_unmute_24dp"
|
||||
app:iconPadding="0dp"
|
||||
app:layout_constrainedHeight="true"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/accountFollowButton"
|
||||
app:layout_constraintEnd_toStartOf="@id/accountSubscribeButton"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<color name="iconColor">@color/tusky_grey_70</color>
|
||||
|
||||
<color name="colorBackgroundAccent">@color/tusky_grey_30</color>
|
||||
<color name="colorBackgroundAccent">@color/tusky_grey_40</color>
|
||||
<color name="colorBackgroundHighlight">@color/tusky_grey_50</color>
|
||||
<color name="dividerColor">@color/tusky_grey_40</color>
|
||||
<color name="dividerColorOther">@color/tusky_grey_10</color>
|
||||
|
|
Loading…
Reference in New Issue