diff options
author | xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> | 2022-04-24 16:48:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-24 16:48:30 +0200 |
commit | a1da2d5e05d649301dfa3e98efad4ad8b410023c (patch) | |
tree | e18704585806c6515b0da8d97da733e453145299 /app | |
parent | Update list_changelogs.xml (diff) | |
download | xManager-a1da2d5e05d649301dfa3e98efad4ad8b410023c.tar xManager-a1da2d5e05d649301dfa3e98efad4ad8b410023c.tar.gz xManager-a1da2d5e05d649301dfa3e98efad4ad8b410023c.tar.bz2 xManager-a1da2d5e05d649301dfa3e98efad4ad8b410023c.tar.lz xManager-a1da2d5e05d649301dfa3e98efad4ad8b410023c.tar.xz xManager-a1da2d5e05d649301dfa3e98efad4ad8b410023c.tar.zst xManager-a1da2d5e05d649301dfa3e98efad4ad8b410023c.zip |
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/list_menu_1.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/layout/list_menu_1.xml b/app/src/main/res/layout/list_menu_1.xml index e3c0876..6c3e568 100644 --- a/app/src/main/res/layout/list_menu_1.xml +++ b/app/src/main/res/layout/list_menu_1.xml @@ -20,6 +20,17 @@ android:src="@drawable/icon_spotify_1"
android:scaleType="center" />
<TextView
+ android:id="@+id/sub"
+ android:focusable="false"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingLeft="5dp"
+ android:paddingTop="5dp"
+ android:paddingBottom="5dp"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#000000" />
+ <TextView
android:id="@+id/title"
android:focusable="false"
android:layout_width="wrap_content"
|