We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb48392 commit 99f5badCopy full SHA for 99f5bad
src/main/res/layout/activity_list_item.xml
@@ -30,11 +30,11 @@
30
31
<ImageView
32
android:id="@+id/activity_icon"
33
- android:layout_width="@dimen/file_icon_size"
34
- android:layout_height="@dimen/file_icon_size"
+ android:layout_width="32dp"
+ android:layout_height="32dp"
35
android:layout_alignParentTop="true"
36
- android:layout_marginRight="@dimen/standard_padding"
37
- android:layout_marginEnd="@dimen/standard_padding"
+ android:layout_marginRight="24dp"
+ android:layout_marginEnd="24dp"
38
android:alpha="0.5"
39
android:src="@drawable/ic_activity"
40
android:contentDescription="@string/activity_icon"/>
0 commit comments