Use borderless ripple for keyboard category buttons.
This commit is contained in:
parent
1475a77260
commit
115e74d844
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
android:layout_marginTop="2dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginBottom="2dp"
|
||||
android:background="?selectableItemBackground"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/KeyboardPagerFragment_emoji"
|
||||
android:padding="6dp"
|
||||
app:layout_constraintEnd_toStartOf="@id/keyboard_pager_fragment_sticker"
|
||||
|
@ -30,7 +30,7 @@
|
|||
android:layout_height="48dp"
|
||||
android:layout_marginTop="2dp"
|
||||
android:layout_marginBottom="2dp"
|
||||
android:background="?selectableItemBackground"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/KeyboardPagerFragment_stickers"
|
||||
android:padding="6dp"
|
||||
app:layout_constraintEnd_toStartOf="@id/keyboard_pager_fragment_gif"
|
||||
|
@ -46,7 +46,7 @@
|
|||
android:layout_marginStart="8dp"
|
||||
android:layout_marginTop="2dp"
|
||||
android:layout_marginBottom="2dp"
|
||||
android:background="?selectableItemBackground"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/KeyboardPagerFragment_gifs"
|
||||
android:padding="6dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
Loading…
Add table
Reference in a new issue