Skip to content

Instantly share code, notes, and snippets.

@mohamad-shafaee
Created June 12, 2019 15:13
Show Gist options
  • Save mohamad-shafaee/08a97fce44c6b2002f24de9cebfe4f71 to your computer and use it in GitHub Desktop.
Save mohamad-shafaee/08a97fce44c6b2002f24de9cebfe4f71 to your computer and use it in GitHub Desktop.
<com.msh_n.myp.customview1.PieView
android:id="@+id/pieView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:backgroundColor="@color/light_green"
app:titleText="Foreground color"
app:viewColor="@color/pink" />
<com.msh_n.myp.customview1.PieView
android:id="@+id/pieView2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginTop="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@+id/pieView" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment