Skip to content

Commit b0fd620

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

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
@@ -53,8 +53,6 @@
5353
<!-- shimmer element colors -->
5454
<color name="nc_shimmer_default_color">#4B4B4B</color>
5555

56-
<color name="grey_200">#818181</color>
57-
5856
<color name="dialog_background">#353535</color>
5957

6058
<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
@@ -83,8 +83,6 @@
8383

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

86-
<color name="grey_200">#EEEEEE</color>
87-
8886
<!-- this is just a helper for status icon background because getting the background color of a dialog is not
8987
possible?! don't use this to set the background of dialogs -->
9088
<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
@@ -55,9 +55,7 @@
5555
<dimen name="call_controls_height">110dp</dimen>
5656
<dimen name="zero">0dp</dimen>
5757

58-
<dimen name="online_status_item_height">48dp</dimen>
5958
<dimen name="standard_quarter_margin">4dp</dimen>
60-
<dimen name="activity_list_item_title_header_text_size">16sp</dimen>
6159
<dimen name="activity_row_layout_height">48dp</dimen>
6260
<dimen name="reaction_bottom_sheet_layout_size">40dp</dimen>
6361
<dimen name="standard_eighth_margin">2dp</dimen>

0 commit comments

Comments
 (0)