Space-Navigation-View
Space-Navigation-View copied to clipboard
Icon and text should be possible to use it in two horizontal, vertical positions
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"
.....
i need vertical position too