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,26 +14,29 @@
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"/>
android:scaleType="center" />
<TextView
android:id="@+id/title"
android:focusable="false"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dp"
android:text="TITLE"
android:textSize="12sp"
android:textStyle="bold"
android:textColor="#FFFFFF"/>
android:textColor="#FFFFFF" />
</LinearLayout>
<TextView
android:id="@+id/link"
android:focusable="false"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="8dp"
android:text="LINK"
android:textSize="12sp"
android:textColor="#000000"/>
android:textColor="#000000" />
</LinearLayout>