[android] Added resources

This commit is contained in:
Dmitry Donskoy 2018-10-26 17:47:50 +03:00 committed by Aleksandr Zatsepin
parent b5ed2caf06
commit cbeead6b84
11 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 843 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -381,10 +381,10 @@ public class BookmarkCategory implements Parcelable
public enum AccessRules
{
ACCESS_RULES_LOCAL(R.string.not_shared, R.drawable.ic_globe),
ACCESS_RULES_PUBLIC(R.string.public_access, R.drawable.ic_globe),
ACCESS_RULES_DIRECT_LINK(R.string.limited_access, R.drawable.ic_globe),
ACCESS_RULES_P2P(UiUtils.NO_ID, R.drawable.ic_globe)
ACCESS_RULES_LOCAL(R.string.not_shared, R.drawable.ic_public_inline),
ACCESS_RULES_PUBLIC(R.string.public_access, R.drawable.ic_public_inline),
ACCESS_RULES_DIRECT_LINK(R.string.limited_access, R.drawable.ic_link_inline),
ACCESS_RULES_P2P(UiUtils.NO_ID, R.drawable.ic_public_inline)
{
@Override
public int getNameResId()
@ -392,7 +392,7 @@ public class BookmarkCategory implements Parcelable
throw new IllegalStateException("Unsupported here");
}
},
ACCESS_RULES_PAID(UiUtils.NO_ID, R.drawable.ic_globe)
ACCESS_RULES_PAID(UiUtils.NO_ID, R.drawable.ic_public_inline)
{
@Override
public int getNameResId()