aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_application.xml')
-rw-r--r--app/src/main/res/layout/item_application.xml20
1 files changed, 16 insertions, 4 deletions
diff --git a/app/src/main/res/layout/item_application.xml b/app/src/main/res/layout/item_application.xml
index 7ab17dc..3cceb66 100644
--- a/app/src/main/res/layout/item_application.xml
+++ b/app/src/main/res/layout/item_application.xml
@@ -4,11 +4,11 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="56dp">
+ android:layout_height="72dp">
<ImageView
android:id="@android:id/icon"
- android:layout_width="48dp"
- android:layout_height="48dp"
+ android:layout_width="40dp"
+ android:layout_height="40dp"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginTop="8dp"
@@ -23,9 +23,21 @@
android:layout_height="wrap_content"
app:layout_constraintStart_toEndOf="@android:id/icon"
android:layout_marginStart="16dp"
+ android:firstBaselineToTopHeight="32dp"
app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintBottom_toBottomOf="parent"
android:textSize="16sp"
android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle2"
tools:text="App"/>
+
+ <TextView
+ android:id="@android:id/summary"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ app:layout_constraintStart_toEndOf="@android:id/icon"
+ android:layout_marginStart="16dp"
+ android:firstBaselineToTopHeight="20dp"
+ app:layout_constraintTop_toBottomOf="@android:id/title"
+ android:textSize="12sp"
+ android:textAppearance="@style/TextAppearance.MaterialComponents.Subtitle2"
+ tools:text="App"/>
</androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file