public Not(){
notArr();
}
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
<View
android:id="@+id/content"
android:layout_width="56dp"
android:layout_height="56dp"
android:background="#f00"
/>
<View
android:id="@+id/progress"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_gravity="center"
android:background="#0f0"
/>
</FrameLayout>