/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef INTERNAL_H #define INTERNAL_H struct menu; extern struct menu *current_menu, *current_entry; #endif /* INTERNAL_H */ el='shortcut icon' href='/favicon.ico'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/pubkey.xml
blob: a2b2c742a4b269f17abe78e5ceaf471a6b48573d (plain)
1
2
3
4
<selector xmlns:android="http://schemas.android.com/apk/res/android">
	<item android:state_checked="true" android:drawable="@drawable/pubkey_unlocked" />
	<item android:drawable="@drawable/pubkey_locked" />
</selector>