Merge branch 'vectorijk-development' into development
@ -73,6 +73,9 @@ Mapping vars:
|
||||
|
||||
Options file
|
||||
============
|
||||
|
||||
*In this project, if you need to fetch new icons, rename options.templ.json to options.json. And then run script get-material-icons.sh*
|
||||
|
||||
Named `options.json` in same dir. Sample:
|
||||
```json
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"basePath": "~/Documents",
|
||||
"basePath": "../../",
|
||||
"filenameMap": {
|
||||
"classic": "ic_action_{name}{bgSuffix}.png",
|
||||
"fa": "ic_action_fa_{name}{bgSuffix}.png",
|
||||
|
@ -11,6 +11,30 @@ python copy OpenKeychain av white repeat 24
|
||||
python copy OpenKeychain av grey repeat 24
|
||||
python copy OpenKeychain editor white mode_edit 24
|
||||
|
||||
python copy OpenKeychain action grey delete 24
|
||||
python copy OpenKeychain action grey done 24
|
||||
python copy OpenKeychain action grey search 24
|
||||
python copy OpenKeychain action grey settings 24
|
||||
python copy OpenKeychain action grey view_list 24
|
||||
python copy OpenKeychain action grey lock 24
|
||||
python copy OpenKeychain action grey lock_open 24
|
||||
python copy OpenKeychain alert grey warning 24
|
||||
python copy OpenKeychain av grey play_arrow 24
|
||||
python copy OpenKeychain communication grey import_export 24
|
||||
python copy OpenKeychain content grey content_copy 24
|
||||
python copy OpenKeychain content grey content_paste 24
|
||||
python copy OpenKeychain content grey save 24
|
||||
python copy OpenKeychain content grey select_all 24
|
||||
python copy OpenKeychain editor grey mode_edit 24
|
||||
python copy OpenKeychain file grey cloud 24
|
||||
python copy OpenKeychain file grey folder 24
|
||||
python copy OpenKeychain file grey file_download 24
|
||||
python copy OpenKeychain file grey file_upload 24
|
||||
python copy OpenKeychain navigation grey close 24
|
||||
python copy OpenKeychain social grey person 24
|
||||
python copy OpenKeychain social grey person_add 24
|
||||
python copy OpenKeychain social grey share 24
|
||||
|
||||
# navigation drawer sections
|
||||
python copy OpenKeychain communication black vpn_key 24
|
||||
python copy OpenKeychain action black lock 24
|
||||
@ -25,4 +49,4 @@ python copy OpenKeychain av white play_arrow 24
|
||||
python copy OpenKeychain file white folder 24
|
||||
|
||||
# multi select
|
||||
python copy OpenKeychain action white lock 24
|
||||
python copy OpenKeychain action white lock 24
|
||||
|
@ -176,7 +176,7 @@ public abstract class DecryptFragment extends Fragment {
|
||||
|
||||
setSignatureLayoutVisibility(View.VISIBLE);
|
||||
mSignatureAction.setText(R.string.decrypt_result_action_Lookup);
|
||||
mSignatureAction.setCompoundDrawablesWithIntrinsicBounds(0, 0, R.drawable.ic_action_download, 0);
|
||||
mSignatureAction.setCompoundDrawablesWithIntrinsicBounds(0, 0, R.drawable.ic_file_download_grey_24dp, 0);
|
||||
mSignatureLayout.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
|
@ -136,7 +136,7 @@ public class SelectPublicKeyFragment extends ListFragmentWorkaround implements T
|
||||
mSearchView.setId(SEARCH_ID);
|
||||
mSearchView.setHint(R.string.menu_search);
|
||||
mSearchView.setCompoundDrawablesWithIntrinsicBounds(
|
||||
getResources().getDrawable(R.drawable.ic_action_search), null, null, null);
|
||||
getResources().getDrawable(R.drawable.ic_search_grey_24dp), null, null, null);
|
||||
|
||||
linearLayout.addView(mSearchView, new FrameLayout.LayoutParams(
|
||||
ViewGroup.LayoutParams.FILL_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT));
|
||||
|
Before Width: | Height: | Size: 641 B After Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 679 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 450 B |
Before Width: | Height: | Size: 422 B |
Before Width: | Height: | Size: 381 B |
Before Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 398 B |
Before Width: | Height: | Size: 884 B |
Before Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 458 B |
Before Width: | Height: | Size: 573 B |
Before Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 398 B |
Before Width: | Height: | Size: 702 B |
Before Width: | Height: | Size: 394 B |
Before Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 953 B |
Before Width: | Height: | Size: 647 B |
Before Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 309 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_close_grey_24dp.png
Normal file
After Width: | Height: | Size: 329 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_cloud_grey_24dp.png
Normal file
After Width: | Height: | Size: 416 B |
After Width: | Height: | Size: 287 B |
After Width: | Height: | Size: 325 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_delete_grey_24dp.png
Normal file
After Width: | Height: | Size: 248 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_done_grey_24dp.png
Normal file
After Width: | Height: | Size: 326 B |
After Width: | Height: | Size: 276 B |
After Width: | Height: | Size: 262 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_folder_grey_24dp.png
Normal file
After Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 381 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_help_grey600_24dp.png
Normal file
After Width: | Height: | Size: 655 B |
After Width: | Height: | Size: 300 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_lock_grey_24dp.png
Normal file
After Width: | Height: | Size: 409 B |
After Width: | Height: | Size: 408 B |
After Width: | Height: | Size: 351 B |
After Width: | Height: | Size: 394 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_person_grey_24dp.png
Normal file
After Width: | Height: | Size: 381 B |
After Width: | Height: | Size: 301 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_save_grey_24dp.png
Normal file
After Width: | Height: | Size: 344 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_search_grey_24dp.png
Normal file
After Width: | Height: | Size: 522 B |
After Width: | Height: | Size: 314 B |
After Width: | Height: | Size: 572 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_share_grey_24dp.png
Normal file
After Width: | Height: | Size: 513 B |
After Width: | Height: | Size: 209 B |
BIN
OpenKeychain/src/main/res/drawable-hdpi/ic_warning_grey_24dp.png
Normal file
After Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 506 B After Width: | Height: | Size: 499 B |
Before Width: | Height: | Size: 513 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 587 B |
Before Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 410 B |
Before Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 375 B |
Before Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 317 B |
Before Width: | Height: | Size: 292 B |
Before Width: | Height: | Size: 594 B |
Before Width: | Height: | Size: 472 B |
Before Width: | Height: | Size: 291 B |
Before Width: | Height: | Size: 245 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_close_grey_24dp.png
Normal file
After Width: | Height: | Size: 269 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_cloud_grey_24dp.png
Normal file
After Width: | Height: | Size: 307 B |
After Width: | Height: | Size: 217 B |
After Width: | Height: | Size: 242 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_delete_grey_24dp.png
Normal file
After Width: | Height: | Size: 199 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_done_grey_24dp.png
Normal file
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 213 B |
After Width: | Height: | Size: 211 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_folder_grey_24dp.png
Normal file
After Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 288 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_help_grey600_24dp.png
Normal file
After Width: | Height: | Size: 484 B |
After Width: | Height: | Size: 230 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_lock_grey_24dp.png
Normal file
After Width: | Height: | Size: 305 B |
After Width: | Height: | Size: 298 B |
After Width: | Height: | Size: 276 B |
After Width: | Height: | Size: 301 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_person_grey_24dp.png
Normal file
After Width: | Height: | Size: 288 B |
After Width: | Height: | Size: 248 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_save_grey_24dp.png
Normal file
After Width: | Height: | Size: 259 B |
BIN
OpenKeychain/src/main/res/drawable-mdpi/ic_search_grey_24dp.png
Normal file
After Width: | Height: | Size: 356 B |
After Width: | Height: | Size: 224 B |
After Width: | Height: | Size: 423 B |