We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840838b commit d40e6b4Copy full SHA for d40e6b4
1 file changed
app/src/main/res/layout/item_menu.xml
@@ -15,6 +15,8 @@
15
android:layout_alignParentStart="true"
16
android:layout_centerVertical="true"
17
android:layout_marginLeft="15dp"
18
+ android:layout_marginRight="15dp"
19
+
20
android:scaleType="fitXY"
21
android:src="@drawable/demo1" />
22
@@ -29,9 +31,8 @@
29
31
android:layout_toEndOf="@+id/imageView"
30
32
android:layout_toRightOf="@+id/imageView"
33
android:focusable="false"
- android:gravity="center"
34
+ android:gravity="left|center_vertical"
35
android:text="ddd"
- android:textAlignment="center"
36
android:textColor="@color/white"
37
android:textSize="24sp" />
38
0 commit comments