We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99420e8 commit 0cc7390Copy full SHA for 0cc7390
app/src/main/res/layout/item_voice_commands.xml
@@ -12,7 +12,10 @@
12
android:layout_margin="@dimen/margin_small_medium"
13
tools:text="Open WhatsApp"
14
android:id="@+id/voiceCommand"
15
+ android:clickable="true"
16
+ android:focusable="true"
17
+ android:foreground="?android:attr/selectableItemBackground"
18
android:padding="@dimen/padding_moderate"
- android:textSize="@dimen/text_size_large"/>
19
+ android:textSize="@dimen/text_size_medium"/>
20
21
</LinearLayout>
0 commit comments