Space-Navigation-View icon indicating copy to clipboard operation
Space-Navigation-View copied to clipboard

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

Open kuvandikov opened this issue 5 years ago • 1 comments

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"
..... 

kuvandikov avatar Jan 13 '21 13:01 kuvandikov

i need vertical position too

ruderbytes avatar Dec 01 '21 10:12 ruderbytes