mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Add layout for new Contributions Activity design
This commit is contained in:
		
							parent
							
								
									48a6c7a78b
								
							
						
					
					
						commit
						dccbe329c1
					
				
					 1 changed files with 27 additions and 9 deletions
				
			
		|  | @ -1,34 +1,52 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     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:layout_height="match_parent" | ||||
|     > | ||||
|     <!-- TODO: Neslihan android:background="?attr/contributionsListBackground"--> | ||||
| 
 | ||||
|     <RelativeLayout | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent"> | ||||
|         android:layout_height="match_parent" | ||||
|         android:gravity="center_horizontal" | ||||
|         > | ||||
|         <include | ||||
|             android:id="@+id/toolbar" | ||||
|             layout="@layout/toolbar" | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="wrap_content" /> | ||||
| 
 | ||||
|         <android.support.design.widget.TabLayout | ||||
|             android:id="@+id/tab_layout" | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="wrap_content" | ||||
|             app:tabMaxWidth="0dp" | ||||
|             app:tabGravity="fill" | ||||
|             app:tabMode="fixed" | ||||
|             android:layout_below="@+id/toolbar" | ||||
|             android:elevation="6dp" | ||||
|             android:minHeight="?attr/actionBarSize" | ||||
|             app:tabIndicatorColor="@android:color/white" | ||||
|             android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"/> | ||||
|         <!-- TODO: Neslihan android:background="?attr/mainTabBackground"--> | ||||
| 
 | ||||
| 
 | ||||
|         <FrameLayout android:layout_width="match_parent" | ||||
|             android:layout_height="match_parent" | ||||
|             android:id="@+id/contributionsFragmentContainer" | ||||
|             android:orientation="horizontal" | ||||
|             android:layout_below="@id/toolbar"> | ||||
|             android:layout_below="@id/tab_layout"> | ||||
| 
 | ||||
|             <fragment | ||||
|                 android:id="@+id/contributionsListFragment" | ||||
|                 android:name="fr.free.nrw.commons.contributions.ContributionsListFragment" | ||||
|             <android.support.v4.view.ViewPager | ||||
|                 xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|                 android:id="@+id/pager" | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="match_parent" | ||||
|                 tools:layout="@layout/fragment_contributions" /> | ||||
|                 android:layout_height="match_parent" /> | ||||
| 
 | ||||
|         </FrameLayout> | ||||
| 
 | ||||
|     </RelativeLayout> | ||||
| 
 | ||||
|     <android.support.design.widget.NavigationView | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 neslihanturan
						neslihanturan