Fixed favorite button in Circle widget
This commit is contained in:
parent
2557b6950b
commit
c96dad999a
5 changed files with 12 additions and 3 deletions
|
@ -23,6 +23,7 @@
|
|||
android:layout_alignEnd="@+id/image"
|
||||
android:layout_margin="4dp"
|
||||
android:background="@drawable/circle_widget_background"
|
||||
android:backgroundTint="?attr/colorSurface"
|
||||
android:clickable="false"
|
||||
android:padding="14dp"
|
||||
android:scaleType="centerInside"
|
||||
|
@ -36,6 +37,7 @@
|
|||
android:layout_alignBottom="@+id/image"
|
||||
android:layout_margin="4dp"
|
||||
android:background="@drawable/widget_button_background"
|
||||
android:backgroundTint="?attr/colorSurface"
|
||||
android:clickable="false"
|
||||
android:padding="18dp"
|
||||
android:scaleType="centerInside"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue