|
12 | 12 | android:layout_alignParentStart="true"
|
13 | 13 | android:layout_alignParentTop="true"
|
14 | 14 | android:layout_marginEnd="@dimen/layoutMargin4dp"
|
15 |
| - android:layout_marginBottom="@dimen/layoutMargin4dp" |
16 | 15 | android:adjustViewBounds="true"
|
17 | 16 | android:contentDescription="@string/cdServiceIcon"
|
18 | 17 | android:maxWidth="32dp"
|
|
24 | 23 | android:id="@+id/service"
|
25 | 24 | android:layout_width="wrap_content"
|
26 | 25 | android:layout_height="wrap_content"
|
27 |
| - android:layout_alignBottom="@id/serviceIcon" |
| 26 | + android:layout_alignParentTop="true" |
28 | 27 | android:layout_toEndOf="@+id/serviceIcon"
|
29 |
| - android:padding="@dimen/layoutMargin4dp" |
| 28 | + android:paddingStart="@dimen/layoutMargin4dp" |
| 29 | + android:paddingEnd="@dimen/layoutMargin4dp" |
| 30 | + android:paddingBottom="@dimen/layoutMargin4dp" |
30 | 31 | android:textAppearance="?android:attr/textAppearanceMedium"
|
31 | 32 | android:textColor="?android:textColorPrimary"
|
32 | 33 | tools:text="@string/labelRecognitionServiceWs" />
|
|
35 | 36 | android:id="@+id/desc"
|
36 | 37 | android:layout_width="wrap_content"
|
37 | 38 | android:layout_height="wrap_content"
|
38 |
| - android:layout_below="@+id/serviceIcon" |
| 39 | + android:layout_below="@+id/service" |
| 40 | + android:layout_toEndOf="@+id/serviceIcon" |
39 | 41 | android:padding="@dimen/layoutMargin4dp"
|
40 | 42 | android:textAppearance="?android:attr/textAppearanceSmall"
|
41 | 43 | android:textColor="?android:textColorSecondary"
|
|
0 commit comments