mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-09-09 12:09:25 +00:00 
			
		
		
		
	レイアウト修正
This commit is contained in:
		
							parent
							
								
									aadd0ae17c
								
							
						
					
					
						commit
						714b3e9e6e
					
				| 
						 | 
				
			
			@ -31,21 +31,27 @@
 | 
			
		|||
                android:layout_width="wrap_content"
 | 
			
		||||
                android:layout_height="wrap_content"
 | 
			
		||||
                android:layout_weight="2"
 | 
			
		||||
                android:text="Resolution:" />
 | 
			
		||||
                android:text="Resolution:"
 | 
			
		||||
                android:textIsSelectable="false"
 | 
			
		||||
                android:textSize="16sp" />
 | 
			
		||||
 | 
			
		||||
            <TextView
 | 
			
		||||
                android:id="@+id/textViewResHeight"
 | 
			
		||||
                android:layout_width="wrap_content"
 | 
			
		||||
                android:layout_height="wrap_content"
 | 
			
		||||
                android:layout_weight="1"
 | 
			
		||||
                android:text="Height" />
 | 
			
		||||
                android:text="Height"
 | 
			
		||||
                android:textIsSelectable="false"
 | 
			
		||||
                android:textSize="16sp" />
 | 
			
		||||
 | 
			
		||||
            <TextView
 | 
			
		||||
                android:id="@+id/textViewResWidth"
 | 
			
		||||
                android:layout_width="wrap_content"
 | 
			
		||||
                android:layout_height="wrap_content"
 | 
			
		||||
                android:layout_weight="1"
 | 
			
		||||
                android:text="WIdth" />
 | 
			
		||||
                android:text="WIdth"
 | 
			
		||||
                android:textIsSelectable="false"
 | 
			
		||||
                android:textSize="16sp" />
 | 
			
		||||
 | 
			
		||||
        </LinearLayout>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -54,7 +60,9 @@
 | 
			
		|||
            android:layout_width="wrap_content"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:layout_weight="1"
 | 
			
		||||
            android:text="Path" />
 | 
			
		||||
            android:text="Path"
 | 
			
		||||
            android:textIsSelectable="false"
 | 
			
		||||
            android:textSize="16sp" />
 | 
			
		||||
 | 
			
		||||
    </LinearLayout>
 | 
			
		||||
</androidx.constraintlayout.widget.ConstraintLayout>
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user