|
456 | 456 | <item>-2</item>
|
457 | 457 | </string-array>
|
458 | 458 |
|
| 459 | + <!-- Theme icons for the share menu. --> |
| 460 | + <array name="ads_theme_share_icons"> |
| 461 | + <item>@drawable/ads_ic_style</item> |
| 462 | + <item>@drawable/ads_ic_text</item> |
| 463 | + <item>@drawable/ads_ic_file</item> |
| 464 | + </array> |
| 465 | + |
| 466 | + <!-- Theme icons for the share with extension menu. --> |
| 467 | + <array name="ads_theme_share_icons_extension"> |
| 468 | + <item>@drawable/ads_ic_style</item> |
| 469 | + <item>@drawable/ads_ic_text</item> |
| 470 | + <item>@drawable/ads_ic_file</item> |
| 471 | + <item>@drawable/ads_ic_extension</item> |
| 472 | + </array> |
| 473 | + |
459 | 474 | <!-- Theme entries for the share menu. -->
|
460 | 475 | <string-array name="ads_theme_share_entries">
|
461 | 476 | <item>@string/ads_theme</item>
|
462 | 477 | <item>@string/ads_data</item>
|
463 | 478 | <item>@string/ads_file</item>
|
464 | 479 | </string-array>
|
465 | 480 |
|
| 481 | + <!-- Theme entries for the share with extension menu. --> |
| 482 | + <string-array name="ads_theme_share_entries_extension"> |
| 483 | + <item>@string/ads_theme</item> |
| 484 | + <item>@string/ads_data</item> |
| 485 | + <item>@string/ads_file</item> |
| 486 | + <item>@string/ads_extension</item> |
| 487 | + </string-array> |
| 488 | + |
466 | 489 | <!-- Theme values for the share menu. -->
|
467 | 490 | <string-array name="ads_theme_share_values">
|
468 | 491 | <!-- Theme -->
|
|
473 | 496 | <item>5</item>
|
474 | 497 | </string-array>
|
475 | 498 |
|
476 |
| - <!-- Theme icons for the share menu. --> |
477 |
| - <array name="ads_theme_share_icons"> |
478 |
| - <item>@drawable/ads_ic_style</item> |
479 |
| - <item>@drawable/ads_ic_text</item> |
480 |
| - <item>@drawable/ads_ic_file</item> |
481 |
| - </array> |
482 |
| - |
483 | 499 | <!-- App theme background colors. -->
|
484 | 500 | <array name="ads_app_theme_colors">
|
485 | 501 | <!-- Auto -->
|
|
0 commit comments