diff --git a/component/scanner/src/main/res/layout/list_item_scanner_component_manager_stub.xml b/component/scanner/src/main/res/layout/list_item_scanner_component_manager_stub.xml index 38ef3417..6d769e6d 100644 --- a/component/scanner/src/main/res/layout/list_item_scanner_component_manager_stub.xml +++ b/component/scanner/src/main/res/layout/list_item_scanner_component_manager_stub.xml @@ -16,25 +16,36 @@ + android:layout_height="wrap_content" + android:orientation="vertical" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/result_image_view"> + android:layout_weight="2" + android:text="Resolution:" /> + + + android:layout_weight="1" + android:text="WIdth" /> @@ -43,7 +54,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" - android:text="TextView" /> + android:text="Path" /> \ No newline at end of file