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 5aa25e8 commit c72327eCopy full SHA for c72327e
res/layout/result_table.xml
@@ -48,7 +48,7 @@
48
android:id="@+id/rows_label"
49
android:layout_width="wrap_content"
50
android:layout_height="wrap_content"
51
- android:layout_below="@id/filter_label"
+ android:layout_below="@id/filter"
52
android:layout_marginRight="4dp"
53
android:text="@string/rows"
54
android:textStyle="bold" />
@@ -57,7 +57,7 @@
57
android:id="@+id/rows"
58
59
60
- android:layout_below="@+id/filter_label"
+ android:layout_below="@+id/filter"
61
android:layout_toRightOf="@id/rows_label"
62
android:text="@string/dash" />
63
</RelativeLayout>
0 commit comments