mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			522 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			522 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<android.support.design.widget.TabLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
    xmlns:app="http://schemas.android.com/apk/res-auto"
 | 
						|
    android:id="@+id/sliding_tabs"
 | 
						|
    android:layout_width="match_parent"
 | 
						|
    android:layout_height="wrap_content"
 | 
						|
    android:background="?attr/colorPrimary"
 | 
						|
    android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
 | 
						|
    app:tabIndicatorColor="@android:color/white"
 | 
						|
    app:tabGravity="fill"
 | 
						|
    app:tabMode="fixed" />
 |