Update list_menu_1.xml

This commit is contained in:
xC3FFF0E 2022-01-17 21:42:24 +08:00 committed by GitHub
parent 0dfabea178
commit 96fe6649e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,12 +14,14 @@
android:orientation="horizontal">
<ImageView
android:id="@+id/icon"
android:focusable="false"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/icon_spotify_1"
android:scaleType="center" />
<TextView
android:id="@+id/title"
android:focusable="false"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dp"
@ -30,6 +32,7 @@
</LinearLayout>
<TextView
android:id="@+id/link"
android:focusable="false"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="8dp"