Merge "Add the ripple effect to the highlight background" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
56e3f60dec
@@ -14,10 +14,14 @@
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="rectangle">
|
android:color="@*android:color/ripple_material_light">
|
||||||
|
<item>
|
||||||
|
<shape android:shape="rectangle">
|
||||||
<solid
|
<solid
|
||||||
android:color="@color/accent_select_background" />
|
android:color="@color/accent_select_background" />
|
||||||
<corners
|
<corners
|
||||||
android:radius="@dimen/homepage_preference_corner_radius" />
|
android:radius="@dimen/homepage_preference_corner_radius" />
|
||||||
</shape>
|
</shape>
|
||||||
|
</item>
|
||||||
|
</ripple>
|
Reference in New Issue
Block a user