mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	* Update dependencies and migrate to androidX * Make gradle properties tidy
This commit is contained in:
		
							parent
							
								
									5b1b0037c3
								
							
						
					
					
						commit
						57e685cf6c
					
				
					 173 changed files with 518 additions and 506 deletions
				
			
		|  | @ -1,11 +1,11 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| <androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     android:id="@+id/drawer_layout" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="match_parent"> | ||||
| 
 | ||||
|     <android.support.design.widget.CoordinatorLayout | ||||
|     <androidx.coordinatorlayout.widget.CoordinatorLayout | ||||
|         xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|         android:id="@+id/coordinator_layout" | ||||
|         android:layout_width="match_parent" | ||||
|  | @ -51,7 +51,7 @@ | |||
| 
 | ||||
|             </View> | ||||
| 
 | ||||
|             <android.support.design.widget.FloatingActionButton | ||||
|             <com.google.android.material.floatingactionbutton.FloatingActionButton | ||||
|                 android:id="@+id/fab_recenter" | ||||
|                 android:layout_width="wrap_content" | ||||
|                 android:layout_height="wrap_content" | ||||
|  | @ -78,7 +78,7 @@ | |||
|             layout="@layout/bottom_sheet_details" /> | ||||
| 
 | ||||
| 
 | ||||
|         <android.support.design.widget.FloatingActionButton | ||||
|         <com.google.android.material.floatingactionbutton.FloatingActionButton | ||||
|             android:id="@+id/fab_plus" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|  | @ -121,7 +121,7 @@ | |||
|             app:layout_anchor="@id/fab_plus" | ||||
|             app:layout_anchorGravity="center_horizontal" /> | ||||
| 
 | ||||
|         <android.support.design.widget.FloatingActionButton | ||||
|         <com.google.android.material.floatingactionbutton.FloatingActionButton | ||||
|             android:id="@+id/fab_camera" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|  | @ -136,7 +136,7 @@ | |||
|             app:pressedTranslationZ="12dp" | ||||
|             app:srcCompat="@drawable/ic_photo_camera_white_24dp" /> | ||||
| 
 | ||||
|         <android.support.design.widget.FloatingActionButton | ||||
|         <com.google.android.material.floatingactionbutton.FloatingActionButton | ||||
|             android:id="@+id/fab_gallery" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|  | @ -151,7 +151,7 @@ | |||
|             app:pressedTranslationZ="12dp" | ||||
|             app:srcCompat="@drawable/ic_photo_white_24dp" /> | ||||
| 
 | ||||
|         <android.support.design.widget.FloatingActionButton | ||||
|         <com.google.android.material.floatingactionbutton.FloatingActionButton | ||||
|             android:id="@+id/fab_commons_page" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|  | @ -164,10 +164,10 @@ | |||
|             app:layout_anchorGravity="center_horizontal" | ||||
|             app:pressedTranslationZ="12dp" | ||||
|             app:srcCompat="@drawable/ic_commons_icon_vector" /> | ||||
|     </android.support.design.widget.CoordinatorLayout> | ||||
|     </androidx.coordinatorlayout.widget.CoordinatorLayout> | ||||
| 
 | ||||
| 
 | ||||
|     <android.support.design.widget.NavigationView | ||||
|     <com.google.android.material.navigation.NavigationView | ||||
|         android:id="@+id/navigation_view" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="match_parent" | ||||
|  | @ -175,4 +175,4 @@ | |||
|         app:headerLayout="@layout/drawer_header" | ||||
|         app:menu="@menu/drawer" /> | ||||
| 
 | ||||
| </android.support.v4.widget.DrawerLayout> | ||||
| </androidx.drawerlayout.widget.DrawerLayout> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vivek Maskara
						Vivek Maskara