Delete FloatingActionButton
This commit is contained in:
		| @ -42,13 +42,6 @@ public class MainActivity extends AppCompatActivity { | ||||
|         viewPager.setAdapter(sectionsPagerAdapter); | ||||
|         TabLayout tabs = findViewById(R.id.tabs); | ||||
|         tabs.setupWithViewPager(viewPager); | ||||
|         FloatingActionButton fab = findViewById(R.id.flotUpload); | ||||
|         fab.setOnClickListener(new View.OnClickListener() { | ||||
|             @Override | ||||
|             public void onClick(View view) { | ||||
|  | ||||
|             } | ||||
|         }); | ||||
|  | ||||
|         checkAndRequestPermissions(); | ||||
|  | ||||
|  | ||||
| @ -31,12 +31,4 @@ | ||||
|         android:layout_height="match_parent" | ||||
|         app:layout_behavior="@string/appbar_scrolling_view_behavior" /> | ||||
|  | ||||
|     <com.google.android.material.floatingactionbutton.FloatingActionButton | ||||
|         android:id="@+id/flotUpload" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_gravity="bottom|end" | ||||
|         android:layout_margin="@dimen/fab_margin" | ||||
|         app:srcCompat="@drawable/ic_upload_24" /> | ||||
|  | ||||
| </androidx.coordinatorlayout.widget.CoordinatorLayout> | ||||
		Reference in New Issue
	
	Block a user
	 lionel
					lionel