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

Can't increase size of progress circle #45

Open
yogur opened this issue Oct 21, 2017 · 0 comments
Open

Can't increase size of progress circle #45

yogur opened this issue Oct 21, 2017 · 0 comments

Comments

@yogur
Copy link

yogur commented Oct 21, 2017

In the following code snippet, FAB increases to match parent LinearLayout. However, the FABProgressCircle dimensions are not increasing.

<LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1"
        android:orientation="horizontal"
        android:gravity="center"
        android:padding="24dp"
        >
        <com.github.jorgecastilloprz.FABProgressCircle
            android:id="@+id/fabProgressCircle"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            app:arcColor="@color/colorAccent"
            app:arcWidth="4dp"
            >
        <android.support.design.widget.FloatingActionButton
            android:id="@+id/toggleStreamingButton"
            android:src="@drawable/ic_play_arrow_white_48dp"
            app:fabSize="auto"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:clickable="true"
            app:backgroundTint="@color/colorPrimary"/>
        </com.github.jorgecastilloprz.FABProgressCircle>
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

1 participant