Skip to content

Commit c72327e

Browse files
author
Jens Driller
committed
Fix minor layout issue with long queries
1 parent 5aa25e8 commit c72327e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/layout/result_table.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
android:id="@+id/rows_label"
4949
android:layout_width="wrap_content"
5050
android:layout_height="wrap_content"
51-
android:layout_below="@id/filter_label"
51+
android:layout_below="@id/filter"
5252
android:layout_marginRight="4dp"
5353
android:text="@string/rows"
5454
android:textStyle="bold" />
@@ -57,7 +57,7 @@
5757
android:id="@+id/rows"
5858
android:layout_width="wrap_content"
5959
android:layout_height="wrap_content"
60-
android:layout_below="@+id/filter_label"
60+
android:layout_below="@+id/filter"
6161
android:layout_toRightOf="@id/rows_label"
6262
android:text="@string/dash" />
6363
</RelativeLayout>

0 commit comments

Comments
 (0)