Skip to content

Commit 99f5bad

Browse files
Fix #2215 resizing the activity icon
1 parent eb48392 commit 99f5bad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/res/layout/activity_list_item.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030

3131
<ImageView
3232
android:id="@+id/activity_icon"
33-
android:layout_width="@dimen/file_icon_size"
34-
android:layout_height="@dimen/file_icon_size"
33+
android:layout_width="32dp"
34+
android:layout_height="32dp"
3535
android:layout_alignParentTop="true"
36-
android:layout_marginRight="@dimen/standard_padding"
37-
android:layout_marginEnd="@dimen/standard_padding"
36+
android:layout_marginRight="24dp"
37+
android:layout_marginEnd="24dp"
3838
android:alpha="0.5"
3939
android:src="@drawable/ic_activity"
4040
android:contentDescription="@string/activity_icon"/>

0 commit comments

Comments
 (0)