Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

first item disappear when gridview above of textview #83

Open
mavisli opened this issue May 12, 2016 · 0 comments
Open

first item disappear when gridview above of textview #83

mavisli opened this issue May 12, 2016 · 0 comments

Comments

@mavisli
Copy link

mavisli commented May 12, 2016

<RelativeLayout
    android:id="@+id/layout_title_bar"
    android:background="@drawable/bg_import_title"
    android:layout_width="match_parent"
    android:layout_height="@dimen/title_height">

    <TextView
        android:layout_width="match_parent"
        android:layout_height="@dimen/title_height"
        android:text="@string/reorder"
        android:textColor="@android:color/black"
        android:textSize="@dimen/title_fontsize"
        android:gravity="center"
        app:typeface="demiBlodAvenir"/>
</RelativeLayout>

<Button
    android:id="@+id/add_more_button
    android:layout_alignParentBottom="true"
    android:layout_width="match_parent"
    android:layout_height="@dimen/title_height"/>

<org.askerov.dynamicgrid.DynamicGridView
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_below="@id/layout_title_bar"
    android:layout_above="@id/add_more_button"
    android:numColumns="4"/>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant