Rename folder structure from OpenPGP Keychain to OpenKeychain
BIN
OpenKeychain/src/main/res/drawable/certify_small.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
OpenKeychain/src/main/res/drawable/encrypted_small.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
OpenKeychain/src/main/res/drawable/ic_next.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
OpenKeychain/src/main/res/drawable/ic_previous.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
OpenKeychain/src/main/res/drawable/key_small.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
OpenKeychain/src/main/res/drawable/overlay_error.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
OpenKeychain/src/main/res/drawable/overlay_ok.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
OpenKeychain/src/main/res/drawable/revoked_key_small.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
11
OpenKeychain/src/main/res/drawable/section_header.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" >
|
||||
|
||||
<size
|
||||
android:height="2dp"
|
||||
android:width="1000dp" />
|
||||
|
||||
<solid android:color="@color/emphasis" />
|
||||
|
||||
</shape>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- Borderless Buttons for API < 11, see http://stackoverflow.com/a/14663170 -->
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_shortAnimTime">
|
||||
<item android:state_pressed="true" android:drawable="@color/emphasis" />
|
||||
<item android:drawable="@android:color/transparent" />
|
||||
</selector>
|
||||
BIN
OpenKeychain/src/main/res/drawable/signed_large.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
OpenKeychain/src/main/res/drawable/signed_small.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |