This Activity already has an action bar supplied by the window decor
Trying to move over my stuff to use Toolbar instead of action bar but I keep getting an error saying java.lang.RuntimeException: Unable to … Read more
Trying to move over my stuff to use Toolbar instead of action bar but I keep getting an error saying java.lang.RuntimeException: Unable to … Read more
I have been trying to change Material’s Floating Action Button color, but without success. <android.support.design.widget.FloatingActionButton android:id=”@+id/profile_edit_fab” android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:layout_gravity=”end|bottom” android:layout_margin=”16dp” android:clickable=”true” android:src=”https://stackoverflow.com/questions/30969455/@drawable/ic_mode_edit_white_24dp” /> … Read more