mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-21 17:05:47 +08:00
Update code to v1.0.14 (10)
This commit is contained in:
18
android/app/src/main/res/drawable/bg_urlbar.xml
Normal file
18
android/app/src/main/res/drawable/bg_urlbar.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user