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

scroll view is not working here......this is XML file #670

Closed
gwadrathk opened this issue May 21, 2015 · 0 comments
Closed

scroll view is not working here......this is XML file #670

gwadrathk opened this issue May 21, 2015 · 0 comments

Comments

@gwadrathk
Copy link



    <RelativeLayout
        android:id="@+id/relativeLayout"
        android:layout_width="match_parent"
        android:layout_height="50dp"

        android:layout_alignParentTop="true">

        <TextView
            android:id="@+id/currentValue"
            android:layout_width="0dp"
            android:layout_height="match_parent"
            android:layout_alignParentLeft="true"
            android:layout_margin="5dp"
            android:layout_toLeftOf="@+id/overallReturn"
            android:textSize="30sp" />

        <TextView
            android:id="@+id/overallReturn"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_alignParentTop="true"
            android:layout_margin="5dp"
            android:layout_toStartOf="@+id/imageView"
            android:textSize="30sp" />

        <ImageView
            android:id="@+id/imageView"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:layout_alignParentEnd="true"
            android:layout_alignParentTop="true" />


    </RelativeLayout>
    <com.github.mikephil.charting.charts.LineChart
        android:id="@+id/chart1e"
        android:layout_width="wrap_content"
        android:layout_height="50dp"
        android:layout_above="@+id/button"
        android:layout_below="@+id/relativeLayout" />

    <TableLayout
        android:id="@+id/investmentmix"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_below="@+id/chart1e"
        android:layout_alignBottom="@+id/chart1e">

    </TableLayout>

    <Button
        android:id="@+id/button"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignTop="@+id/button3"
        android:layout_marginLeft="4dp"
        android:layout_marginRight="4dp"
        android:layout_toStartOf="@+id/button3"
        android:text="2 Day" />

    <Button
        android:id="@+id/button2"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentEnd="true"
        android:layout_alignTop="@+id/button"
        android:text="3day" />

    <Button
        android:id="@+id/button3"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
        android:layout_toStartOf="@+id/button2"
        android:text="5day" />
</RelativeLayout>
@PhilJay PhilJay closed this as completed May 21, 2015
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