Skip to content

Icon and text should be possible to use it in two horizontal, vertical positions #113

@kuvandikov

Description

@kuvandikov

Maybe it exists. If not, you need to do it. In our case, the space_icon and space_text in space_item_view.xml are always in a horizontal position relative to each other.
It should be possible to use it in two horizontal, vertical positions.

....
<LinearLayout
        android:id="@+id/main_content"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true"
        android:orientation="horizontal">//#113 

        <ImageView
            android:id="@+id/space_icon"
            android:layout_width="@dimen/space_item_icon_default_size"
            android:layout_height="@dimen/space_item_icon_default_size" />

        <TextView
            android:id="@+id/space_text"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
..... 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions