mirror of https://github.com/LeOS-GSI/LeOS-Genesis
10 lines
258 B
XML
10 lines
258 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
|
||
|
<item
|
||
|
android:drawable="@drawable/lock"
|
||
|
android:width="26dp"
|
||
|
android:height="16dp"
|
||
|
/>
|
||
|
|
||
|
</layer-list >
|