mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-21 00:45:49 +08:00
18 lines
524 B
XML
18 lines
524 B
XML
<?xml version="1.0" encoding="utf-8"?><!--
|
|
~ Copyright (c) 2020 Gaurav Ujjwal.
|
|
~
|
|
~ SPDX-License-Identifier: GPL-3.0-or-later
|
|
~
|
|
~ See COPYING.txt for more details.
|
|
-->
|
|
|
|
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:color="?colorControlHighlight">
|
|
<item>
|
|
<shape android:shape="rectangle">
|
|
<corners android:radius="@dimen/urlbar_bg_corner_radius" />
|
|
<solid android:color="@color/colorUrlBarBackground" />
|
|
</shape>
|
|
</item>
|
|
</ripple> |