|
11 | 11 | android:layout_width="24dp"
|
12 | 12 | android:layout_height="24dp"
|
13 | 13 | android:layout_marginStart="16dp"
|
14 |
| - android:src="@drawable/ghost" |
| 14 | + android:src="@drawable/ic_file" |
15 | 15 | app:layout_constraintBottom_toBottomOf="parent"
|
16 | 16 | app:layout_constraintStart_toStartOf="parent"
|
17 | 17 | app:layout_constraintTop_toTopOf="parent" />
|
|
43 | 43 | app:layout_constraintTop_toBottomOf="@id/primary"
|
44 | 44 | tools:text="/storage/emulated/0/Android/data/eu.darken.sdmse" />
|
45 | 45 |
|
46 |
| - <com.google.android.material.textview.MaterialTextView |
47 |
| - android:id="@+id/tertiary" |
48 |
| - style="@style/TextAppearance.Material3.BodySmall" |
49 |
| - android:layout_width="0dp" |
50 |
| - android:layout_height="wrap_content" |
51 |
| - android:layout_marginTop="4dp" |
52 |
| - android:layout_marginBottom="4dp" |
53 |
| - android:textSize="10sp" |
54 |
| - android:visibility="gone" |
55 |
| - app:layout_constraintBottom_toTopOf="@id/area_info" |
56 |
| - app:layout_constraintEnd_toEndOf="@id/secondary" |
57 |
| - app:layout_constraintStart_toStartOf="@id/primary" |
58 |
| - app:layout_constraintTop_toBottomOf="@id/secondary" |
59 |
| - tools:text="@string/corpsefinder_corpse_hint_keeper" |
60 |
| - tools:visibility="visible" /> |
61 |
| - |
62 | 46 | <com.google.android.material.textview.MaterialTextView
|
63 | 47 | android:id="@+id/area_info"
|
64 | 48 | style="@style/TextAppearance.Material3.LabelSmall"
|
65 | 49 | android:layout_width="wrap_content"
|
66 | 50 | android:layout_height="wrap_content"
|
67 | 51 | android:layout_marginTop="2dp"
|
68 |
| - android:layout_marginBottom="8dp" |
69 |
| - app:layout_constraintBottom_toBottomOf="parent" |
70 |
| - app:layout_constraintEnd_toStartOf="@id/size" |
| 52 | + android:layout_marginEnd="8dp" |
| 53 | + app:layout_constraintBottom_toTopOf="@id/tertiary" |
| 54 | + app:layout_constraintEnd_toStartOf="@id/size_icon" |
71 | 55 | app:layout_constraintHorizontal_bias="0.0"
|
72 | 56 | app:layout_constraintStart_toStartOf="@id/primary"
|
73 |
| - app:layout_constraintTop_toBottomOf="@id/tertiary" |
| 57 | + app:layout_constraintTop_toBottomOf="@id/secondary" |
| 58 | + app:layout_goneMarginBottom="8dp" |
74 | 59 | tools:text="Public storage" />
|
75 | 60 |
|
| 61 | + <ImageView |
| 62 | + android:id="@+id/size_icon" |
| 63 | + android:layout_width="16dp" |
| 64 | + android:layout_height="16dp" |
| 65 | + android:layout_marginEnd="4dp" |
| 66 | + android:src="@drawable/ic_folder" |
| 67 | + app:layout_constraintBottom_toBottomOf="@id/size" |
| 68 | + app:layout_constraintEnd_toStartOf="@id/size" |
| 69 | + app:layout_constraintTop_toTopOf="@id/size" /> |
| 70 | + |
76 | 71 | <com.google.android.material.textview.MaterialTextView
|
77 | 72 | android:id="@+id/size"
|
78 | 73 | style="@style/TextAppearance.Material3.LabelSmall"
|
|
84 | 79 | app:layout_constraintTop_toTopOf="@id/area_info"
|
85 | 80 | tools:text="999 items, 999 KB" />
|
86 | 81 |
|
| 82 | + <com.google.android.material.textview.MaterialTextView |
| 83 | + android:id="@+id/tertiary" |
| 84 | + style="@style/TextAppearance.Material3.BodySmall" |
| 85 | + android:layout_width="0dp" |
| 86 | + android:layout_height="wrap_content" |
| 87 | + android:layout_marginTop="8dp" |
| 88 | + android:layout_marginBottom="8dp" |
| 89 | + android:textColor="?colorTertiary" |
| 90 | + android:textSize="10sp" |
| 91 | + android:visibility="gone" |
| 92 | + app:layout_constraintBottom_toBottomOf="parent" |
| 93 | + app:layout_constraintEnd_toEndOf="@id/secondary" |
| 94 | + app:layout_constraintStart_toStartOf="@id/primary" |
| 95 | + app:layout_constraintTop_toBottomOf="@id/area_info" |
| 96 | + tools:text="@string/corpsefinder_corpse_hint_keeper" |
| 97 | + tools:visibility="visible" /> |
| 98 | + |
87 | 99 | <com.google.android.material.button.MaterialButton
|
88 | 100 | android:id="@+id/details_action"
|
89 | 101 | style="@style/SDMButton.Icon"
|
|
0 commit comments