Skip to content

Commit

Permalink
Add link illustration
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea committed Dec 19, 2024
1 parent 7019366 commit 6074b00
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,27 @@ app/src/main/res/drawable/ic_ui_dark_mode.xml
app/src/main/res/drawable/ic_ui_light_mode.xml
app/src/main/res/drawable/il_opacity_union.xml
app/src/main/res/drawable-hdpi/il_components_button.png
app/src/main/res/drawable-hdpi/il_components_link.png
app/src/main/res/drawable-hdpi/il_tokens_grid_column_margin.png
app/src/main/res/drawable-hdpi/il_tokens_grid_max_width.png
app/src/main/res/drawable-hdpi/il_tokens_grid_min_width.png
app/src/main/res/drawable-mdpi/il_components_button.png
app/src/main/res/drawable-mdpi/il_components_link.png
app/src/main/res/drawable-mdpi/il_tokens_grid_column_margin.png
app/src/main/res/drawable-mdpi/il_tokens_grid_max_width.png
app/src/main/res/drawable-mdpi/il_tokens_grid_min_width.png
app/src/main/res/drawable-xhdpi/il_components_button.png
app/src/main/res/drawable-xhdpi/il_components_link.png
app/src/main/res/drawable-xhdpi/il_tokens_grid_column_margin.png
app/src/main/res/drawable-xhdpi/il_tokens_grid_max_width.png
app/src/main/res/drawable-xhdpi/il_tokens_grid_min_width.png
app/src/main/res/drawable-xxhdpi/il_components_button.png
app/src/main/res/drawable-xxhdpi/il_components_link.png
app/src/main/res/drawable-xxhdpi/il_tokens_grid_column_margin.png
app/src/main/res/drawable-xxhdpi/il_tokens_grid_max_width.png
app/src/main/res/drawable-xxhdpi/il_tokens_grid_min_width.png
app/src/main/res/drawable-xxxhdpi/il_components_button.png
app/src/main/res/drawable-xxxhdpi/il_components_link.png
app/src/main/res/drawable-xxxhdpi/il_tokens_grid_column_margin.png
app/src/main/res/drawable-xxxhdpi/il_tokens_grid_max_width.png
app/src/main/res/drawable-xxxhdpi/il_tokens_grid_min_width.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sealed class Component(

data object Link : Component(
R.string.app_components_link_label,
R.drawable.il_components_button,
R.drawable.il_components_link,
R.string.app_components_link_description_text,
{ LinkDemoScreen() }
)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6074b00

Please sign in to comment.