Skip to content

Commit 0cc7390

Browse files
Bhavnaharitsaiamareebjamal
authored andcommitted
fix: added ripple effect for voice commands (#2173)
* added ripple effect for voice commands * removed unnecessaries
1 parent 99420e8 commit 0cc7390

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/src/main/res/layout/item_voice_commands.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
android:layout_margin="@dimen/margin_small_medium"
1313
tools:text="Open WhatsApp"
1414
android:id="@+id/voiceCommand"
15+
android:clickable="true"
16+
android:focusable="true"
17+
android:foreground="?android:attr/selectableItemBackground"
1518
android:padding="@dimen/padding_moderate"
16-
android:textSize="@dimen/text_size_large"/>
19+
android:textSize="@dimen/text_size_medium"/>
1720

1821
</LinearLayout>

0 commit comments

Comments
 (0)