mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-09-09 12:09:25 +00:00 
			
		
		
		
	ダイアログ用レイアウト作成
This commit is contained in:
		
							parent
							
								
									bc3b74989d
								
							
						
					
					
						commit
						5bac9657ac
					
				| 
						 | 
				
			
			@ -0,0 +1,16 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<com.google.android.material.textfield.TextInputLayout
 | 
			
		||||
    xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    xmlns:app="http://schemas.android.com/apk/res-auto"
 | 
			
		||||
    android:id="@+id/custom_text_input_layout"
 | 
			
		||||
    android:layout_width="match_parent"
 | 
			
		||||
    android:layout_height="wrap_content"
 | 
			
		||||
    android:hint="Custom EditText"
 | 
			
		||||
    style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
 | 
			
		||||
 | 
			
		||||
    <com.google.android.material.textfield.TextInputEditText
 | 
			
		||||
        android:id="@+id/custom_edit_text"
 | 
			
		||||
        android:layout_width="match_parent"
 | 
			
		||||
        android:layout_height="wrap_content" />
 | 
			
		||||
 | 
			
		||||
</com.google.android.material.textfield.TextInputLayout>
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user