summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com>2021-09-17 12:02:32 +0200
committerGitHub <noreply@github.com>2021-09-17 12:02:32 +0200
commitae8d163784f73b336b969ccb7d6c6ce562c50c68 (patch)
tree383a65dda15968d9b3bac4fd992f483f976e3a41
parentAdd files via upload (diff)
downloadxManager-ae8d163784f73b336b969ccb7d6c6ce562c50c68.tar
xManager-ae8d163784f73b336b969ccb7d6c6ce562c50c68.tar.gz
xManager-ae8d163784f73b336b969ccb7d6c6ce562c50c68.tar.bz2
xManager-ae8d163784f73b336b969ccb7d6c6ce562c50c68.tar.lz
xManager-ae8d163784f73b336b969ccb7d6c6ce562c50c68.tar.xz
xManager-ae8d163784f73b336b969ccb7d6c6ce562c50c68.tar.zst
xManager-ae8d163784f73b336b969ccb7d6c6ce562c50c68.zip
-rw-r--r--app/src/main/res/layout/list_menu_1.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/src/main/res/layout/list_menu_1.xml b/app/src/main/res/layout/list_menu_1.xml
index 29b4111..7bc75b1 100644
--- a/app/src/main/res/layout/list_menu_1.xml
+++ b/app/src/main/res/layout/list_menu_1.xml
@@ -14,14 +14,12 @@
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"
@@ -32,7 +30,6 @@
</LinearLayout>
<TextView
android:id="@+id/link"
- android:focusable="false"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="8dp"