mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Add padding to favorite icon button in bottom_sheet
This commit is contained in:
parent
4696474db5
commit
fc4be8096f
1 changed files with 4 additions and 3 deletions
|
|
@ -10,9 +10,9 @@
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="12dp"
|
android:layout_marginTop="12dp"
|
||||||
android:paddingStart="20dp"
|
android:layout_marginStart="20dp"
|
||||||
android:paddingEnd="20dp"
|
android:layout_marginEnd="12dp"
|
||||||
android:clipChildren="false">
|
android:clipChildren="false">
|
||||||
|
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
|
|
@ -29,6 +29,7 @@
|
||||||
android:id="@+id/button_favorite"
|
android:id="@+id/button_favorite"
|
||||||
android:layout_width="24dp"
|
android:layout_width="24dp"
|
||||||
android:layout_height="24dp"
|
android:layout_height="24dp"
|
||||||
|
android:layout_marginEnd="8dp"
|
||||||
android:background="@drawable/button_favorite_selector"
|
android:background="@drawable/button_favorite_selector"
|
||||||
android:foreground="?android:attr/selectableItemBackgroundBorderless"
|
android:foreground="?android:attr/selectableItemBackgroundBorderless"
|
||||||
android:checked="false"
|
android:checked="false"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue