Remove unused resources

This commit is contained in:
Stypox 2021-09-02 21:13:54 +02:00
parent 90e6621eb7
commit e2af6c6bc9
136 changed files with 41 additions and 4895 deletions

View file

@ -36,7 +36,6 @@
tools:ignore="UseCompoundDrawables">
<ImageView
android:id="@+id/drawer_header_newpipe_icon"
android:layout_width="@dimen/drawer_header_newpipe_icon_size"
android:layout_height="@dimen/drawer_header_newpipe_icon_size"
android:layout_marginEnd="@dimen/drawer_header_newpipe_icon_title_space"
@ -58,8 +57,7 @@
app:autoSizeMaxTextSize="@dimen/drawer_header_newpipe_title_max_text_size"
app:autoSizeMinTextSize="@dimen/drawer_header_newpipe_title_min_text_size"
app:autoSizeTextType="uniform"
tools:ignore="UnusedAttribute"
tools:text="NewPipe" />
tools:ignore="UnusedAttribute" />
</LinearLayout>
<LinearLayout