diff options
author | xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> | 2021-02-08 18:54:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 18:54:33 +0100 |
commit | 9b8bf9f753d5537c6edf3a7cb5ec7f2fb03d4f7f (patch) | |
tree | fd9f8eb316f00c7a6c661fbefbcee480e152cae0 /res/layout/list_menu_2.xml | |
parent | Delete java directory (diff) | |
download | xManager-9b8bf9f753d5537c6edf3a7cb5ec7f2fb03d4f7f.tar xManager-9b8bf9f753d5537c6edf3a7cb5ec7f2fb03d4f7f.tar.gz xManager-9b8bf9f753d5537c6edf3a7cb5ec7f2fb03d4f7f.tar.bz2 xManager-9b8bf9f753d5537c6edf3a7cb5ec7f2fb03d4f7f.tar.lz xManager-9b8bf9f753d5537c6edf3a7cb5ec7f2fb03d4f7f.tar.xz xManager-9b8bf9f753d5537c6edf3a7cb5ec7f2fb03d4f7f.tar.zst xManager-9b8bf9f753d5537c6edf3a7cb5ec7f2fb03d4f7f.zip |
Diffstat (limited to 'res/layout/list_menu_2.xml')
-rw-r--r-- | res/layout/list_menu_2.xml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/res/layout/list_menu_2.xml b/res/layout/list_menu_2.xml deleted file mode 100644 index 808b600..0000000 --- a/res/layout/list_menu_2.xml +++ /dev/null @@ -1,42 +0,0 @@ -<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <LinearLayout
- android:id="@+id/box"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:padding="10dp"
- android:gravity="left|center_vertical"
- 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_2"
- 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"/>
- </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"/>
-</LinearLayout>
|