* Add VPN callout modal UI * Add settings callout UI * Add vpn menu * Add vpn profile implementation * Add adnroid 11 flag * Add vpn plans activity * Add billing dependency for in app purchase * Add confirm dialog * Add ignore manifest * Add In app purchase for subscription * Add native function for profile credential * Add vpn notification * Add all server regions in pref * Add loading UI for preferences * Add QA flag * Get hostname with suggested algorithm * Add base class for dialog fragments
12 lines
388 B
XML
12 lines
388 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape
|
|
android:innerRadius="0dp"
|
|
android:shape="ring"
|
|
android:thickness="4dp"
|
|
android:useLevel="false">
|
|
<solid android:color="@android:color/darker_gray"/>
|
|
</shape>
|
|
</item>
|
|
</layer-list> |