Skip to content

Commit 69c9e41

Browse files
committed
Moved icon to vertical center
1 parent 6c944d3 commit 69c9e41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/src/main/res/layout/adapter_about.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
android:layout_width="40dp"
1010
android:layout_height="40dp"
1111
android:id="@+id/image"
12-
android:layout_margin="16dp"
12+
android:layout_marginLeft="16dp"
13+
android:layout_centerVertical="true"
1314
/>
1415

1516
<TextView
@@ -32,4 +33,4 @@
3233
android:layout_marginTop="4dp"
3334
android:layout_marginLeft="72dp" />
3435

35-
</RelativeLayout>
36+
</RelativeLayout>

0 commit comments

Comments
 (0)