From 063c4a7400064ee46db6424bdefd4b25ecdbabe2 Mon Sep 17 00:00:00 2001 From: FongMi Date: Fri, 16 Feb 2024 14:51:18 +0800 Subject: [PATCH] Adjust arrow icon --- app/src/mobile/res/drawable/ic_action_arrow.xml | 9 ++++----- app/src/mobile/res/layout/adapter_channel.xml | 1 - 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/src/mobile/res/drawable/ic_action_arrow.xml b/app/src/mobile/res/drawable/ic_action_arrow.xml index 345bf286f..3577518ab 100644 --- a/app/src/mobile/res/drawable/ic_action_arrow.xml +++ b/app/src/mobile/res/drawable/ic_action_arrow.xml @@ -1,11 +1,10 @@ + android:viewportWidth="960" + android:viewportHeight="960"> - + android:pathData="M496.35,480L312.35,296L376,232.35L623.65,480L376,727.65L312.35,664L496.35,480Z" /> + \ No newline at end of file diff --git a/app/src/mobile/res/layout/adapter_channel.xml b/app/src/mobile/res/layout/adapter_channel.xml index ec3e53904..405eb4c51 100644 --- a/app/src/mobile/res/layout/adapter_channel.xml +++ b/app/src/mobile/res/layout/adapter_channel.xml @@ -49,7 +49,6 @@ android:layout_height="20dp" android:layout_marginStart="4dp" android:background="?attr/selectableItemBackgroundBorderless" - android:padding="4dp" android:src="@drawable/ic_action_arrow" /> \ No newline at end of file