Skip to content

Commit 835b797

Browse files
domdomeggneslihanturan
authored andcommitted
Remove unused/duplicate drawables (commons-app#2733)
1 parent d6ab478 commit 835b797

File tree

63 files changed

+5
-163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+5
-163
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-9.35 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

app/src/main/res/drawable/edit_ascent_color.xml

-10
This file was deleted.

app/src/main/res/drawable/ic_chat_bubble_black_24px.xml

-9
This file was deleted.

app/src/main/res/drawable/ic_delete_black_24dp.xml

-5
This file was deleted.

app/src/main/res/drawable/ic_directions_black_48dp.xml

-11
This file was deleted.

app/src/main/res/drawable/ic_expand_less_white_24dp.xml

-9
This file was deleted.

app/src/main/res/drawable/ic_expand_more_black_24dp.xml

-9
This file was deleted.

app/src/main/res/drawable/ic_expand_more_white_24dp.xml

-9
This file was deleted.

app/src/main/res/drawable/ic_keyboard_arrow_up_black_24dp.xml

-5
This file was deleted.

app/src/main/res/drawable/ic_location_black_24dp.xml

-9
This file was deleted.

app/src/main/res/drawable/ic_notifications_active_white_24dp.xml

-5
This file was deleted.

app/src/main/res/drawable/ic_notifications_black_24dp.xml

-9
This file was deleted.

app/src/main/res/drawable/ic_refresh_black_24dp.xml

-9
This file was deleted.

app/src/main/res/drawable/ic_undo_white_24dp.xml

-9
This file was deleted.

app/src/main/res/drawable/ic_wikidata_logo_48dp.xml

-11
This file was deleted.

app/src/main/res/drawable/ic_wikipedia_logo_48dp.xml

-11
This file was deleted.
-422 Bytes
Binary file not shown.
-412 Bytes
Binary file not shown.

app/src/main/res/drawable/tab_indicator_default.xml

-12
This file was deleted.

app/src/main/res/drawable/tab_indicator_selected.xml

-8
This file was deleted.

app/src/main/res/drawable/tab_selector.xml

-8
This file was deleted.

app/src/main/res/layout-land/activity_login.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
android:layout_gravity="center_horizontal"
230230
android:layout_marginTop="8dp"
231231
android:elevation="8dp"
232-
app:srcCompat="@drawable/commons_logo_large"
232+
app:srcCompat="@drawable/commons_logo"
233233
tools:ignore="UnusedAttribute" />
234234

235235
</FrameLayout>

app/src/main/res/layout-xlarge/activity_login.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
android:layout_gravity="center_horizontal"
231231
android:layout_marginTop="8dp"
232232
android:elevation="8dp"
233-
app:srcCompat="@drawable/commons_logo_large"
233+
app:srcCompat="@drawable/commons_logo"
234234
tools:ignore="UnusedAttribute" />
235235

236236
</FrameLayout>

app/src/main/res/layout/activity_login.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
android:layout_gravity="center_horizontal"
236236
android:layout_marginTop="8dp"
237237
android:elevation="8dp"
238-
app:srcCompat="@drawable/commons_logo_large"
238+
app:srcCompat="@drawable/commons_logo"
239239
tools:ignore="UnusedAttribute" />
240240
</FrameLayout>
241241

app/src/main/res/layout/activity_review.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
android:layout_height="match_parent"
8080
android:layout_alignParentTop="true"
8181
android:layout_marginTop="0dp"
82-
android:src="@drawable/commons_logo_large" />
82+
app:srcCompat="@drawable/commons_logo" />
8383

8484
<RelativeLayout
8585
android:id="@+id/uploadOverlay"

app/src/main/res/layout/drawer_header.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
android:paddingTop="@dimen/standard_gap"
1616
android:paddingRight="@dimen/standard_gap"
1717
android:paddingBottom="@dimen/small_gap"
18-
android:src="@drawable/commons_logo_large"/>
18+
app:srcCompat="@drawable/commons_logo"/>
1919

2020
<TextView
2121
android:id="@+id/username"

0 commit comments

Comments
 (0)