blob: a2364794420239e4cda2605bae97a0ca852c8543 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="utf-8"?>
<!--
*****************************************************
Background image for the main vpn screem
example: <item android:drawable="@drawable/mybackground" />
*****************************************************
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/background_main" />
</layer-list>
|