[android] Remove old webp used on unused views

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-10-31 13:46:24 +01:00
parent 81c59fe2c9
commit f5edbb33f8
30 changed files with 17 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 B

View File

@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:pathData="M420,652q-8,0 -14,-5.5t-6,-14.5v-304q0,-9 6,-14.5t14,-5.5q2,0 14,6l145,145q5,5 7,10t2,11q0,6 -2,11t-7,10L434,646q-3,3 -6.5,4.5T420,652Z"
android:fillColor="#1f1f1f"/>
</vector>

View File

@@ -24,10 +24,11 @@
tools:ignore="UnusedAttribute">
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/floating_triangle"
android:layout_width="@dimen/margin_half"
android:layout_height="@dimen/margin_base"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:elevation="@dimen/margin_eighth"
android:layout_centerVertical="true"
app:tint="@android:color/white"
app:srcCompat="?elevationProfileFloatingTriangle" />
<RelativeLayout
android:id="@+id/floating_text_container"
@@ -72,6 +73,7 @@
android:id="@+id/triangle"
android:layout_width="@dimen/margin_half_plus_eight"
android:layout_height="@dimen/margin_half_plus_eight"
app:tint="?colorControlNormal"
app:srcCompat="?elevationProfileSelectedPointTriangle" />
<com.google.android.material.textview.MaterialTextView
android:id="@+id/altitude"

View File

@@ -34,10 +34,10 @@
android:textAppearance="@style/MwmTextAppearance.Body2"/>
<com.google.android.material.imageview.ShapeableImageView
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="@dimen/placeholder_size"
android:layout_marginTop="@dimen/margin_half"
app:srcCompat="@drawable/img_search_no_maps"
app:srcCompat="@drawable/ic_download"
android:tag="@string/tag_height_limited"/>
<LinearLayout

View File

@@ -108,7 +108,7 @@
<item name="elevationProfileAxisLabelColor">@color/white_54</item>
<item name="elevationProfileYourLocationPinBg">@drawable/bg_your_location_pin</item>
<item name="elevationProfileSelectedPointBg">@drawable/bg_point_desc</item>
<item name="elevationProfileSelectedPointTriangle">@drawable/ic_triangle</item>
<item name="elevationProfileSelectedPointTriangle">@drawable/ic_ascent</item>
<item name="elevationProfileFloatingTriangle">@drawable/ic_triangle_elevation</item>
<item name="elevationProfileColor">@color/elevation_profile</item>
<item name="android:popupMenuStyle">@style/PopupMenu</item>

View File

@@ -113,7 +113,7 @@
<item name="elevationProfileAxisLabelColor">@color/black_54</item>
<item name="elevationProfileYourLocationPinBg">@drawable/bg_your_location_pin</item>
<item name="elevationProfileSelectedPointBg">@drawable/bg_point_desc</item>
<item name="elevationProfileSelectedPointTriangle">@drawable/ic_triangle</item>
<item name="elevationProfileSelectedPointTriangle">@drawable/ic_ascent</item>
<item name="elevationProfileFloatingTriangle">@drawable/ic_triangle_elevation</item>
<item name="elevationProfileColor">@color/elevation_profile</item>
<item name="android:popupMenuStyle">@style/PopupMenu</item>