Remove touch effect of Ratio on listitem

Remove the ripple touch effect of RatioButton,
at Network ratings provider settings page.

Change-Id: Iba067450901572492df68974bdfc14c9ef09a655
Fixes: 70818673
Test: Manual test
This commit is contained in:
HJ ChangLiao
2018-03-19 13:22:56 +08:00
parent b0f251597c
commit 4807cdfaf7

View File

@@ -21,5 +21,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@null"
android:focusable="false"
android:clickable="false" />