mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
378 B
XML
9 lines
378 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<level-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:maxLevel="0" android:drawable="@android:color/transparent"/>
|
|
<item android:maxLevel="1" android:drawable="@drawable/site_security_identified"/>
|
|
<item android:maxLevel="2" android:drawable="@drawable/site_security_verified"/>
|
|
|
|
</level-list>
|