Skip to content

Commit 1509ecb

Browse files
ci(lint): Remove unused resources
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 94b6f45 commit 1509ecb

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

app/src/main/res/values-night/colors.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
<!-- shimmer element colors -->
5555
<color name="nc_shimmer_default_color">#4B4B4B</color>
5656

57-
<color name="grey_200">#818181</color>
58-
5957
<color name="dialog_background">#353535</color>
6058

6159
<color name="icon_on_bg_default">#99FFFFFF</color>

app/src/main/res/values/colors.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@
8282

8383
<color name="camera_bg_tint">#99121212</color>
8484

85-
<color name="grey_200">#EEEEEE</color>
86-
8785
<!-- this is just a helper for status icon background because getting the background color of a dialog is not
8886
possible?! don't use this to set the background of dialogs -->
8987
<color name="dialog_background">#FFFFFF</color>

app/src/main/res/values/dimens.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@
6262
<dimen name="call_controls_height">110dp</dimen>
6363
<dimen name="zero">0dp</dimen>
6464

65-
<dimen name="online_status_item_height">48dp</dimen>
6665
<dimen name="standard_quarter_margin">4dp</dimen>
67-
<dimen name="activity_list_item_title_header_text_size">16sp</dimen>
6866
<dimen name="activity_row_layout_height">48dp</dimen>
6967
<dimen name="reaction_bottom_sheet_layout_size">40dp</dimen>
7068
<dimen name="standard_eighth_margin">2dp</dimen>

0 commit comments

Comments
 (0)