mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-09-09 12:09:25 +00:00 
			
		
		
		
	カスタムタブレイアウト作成 WIP
This commit is contained in:
		
							parent
							
								
									fa985b86bd
								
							
						
					
					
						commit
						457eabcdf4
					
				
							
								
								
									
										22
									
								
								component/viewer/src/main/res/layout/viewer_custom_tab.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								component/viewer/src/main/res/layout/viewer_custom_tab.xml
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,22 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    xmlns:app="http://schemas.android.com/apk/res-auto"
 | 
			
		||||
    android:layout_width="wrap_content"
 | 
			
		||||
    android:layout_gravity="center_vertical"
 | 
			
		||||
    android:layout_height="wrap_content">
 | 
			
		||||
 | 
			
		||||
    <TextView
 | 
			
		||||
        android:id="@+id/textView"
 | 
			
		||||
        android:layout_width="wrap_content"
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:text="TAB TITLE"
 | 
			
		||||
        android:layout_gravity="center"/>
 | 
			
		||||
 | 
			
		||||
    <ImageButton
 | 
			
		||||
        android:id="@+id/imageButton"
 | 
			
		||||
        android:layout_marginLeft="8dp"
 | 
			
		||||
        android:layout_width="wrap_content"
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:background="@android:color/transparent"
 | 
			
		||||
        app:srcCompat="@drawable/description_24px" />
 | 
			
		||||
</LinearLayout>
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user