Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kuvandikov opened this issue Jan 13, 2021 · 1 comment

Comments

@kuvandikov
Copy link

kuvandikov commented Jan 13, 2021

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"
..... 
@ruderbytes
Copy link

i need vertical position too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants