added fragment_admin.xml
This commit is contained in:
		
							parent
							
								
									8f683c1f0c
								
							
						
					
					
						commit
						9e0f181f56
					
				| @ -21,10 +21,13 @@ public class HistoryDto { | |||||||
|     @SerializedName("nameReader") |     @SerializedName("nameReader") | ||||||
|     public String nameReader; |     public String nameReader; | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|     @Nullable |     @Nullable | ||||||
|     @SerializedName("type") |     @SerializedName("type") | ||||||
|     public String type; |     public String type; | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
| } | } | ||||||
|  | |||||||
| @ -15,20 +15,47 @@ | |||||||
|         app:layout_constraintTop_toTopOf="parent" /> |         app:layout_constraintTop_toTopOf="parent" /> | ||||||
| 
 | 
 | ||||||
|     <Button |     <Button | ||||||
|  |         android:text="Найти" | ||||||
|         android:id="@+id/search_button" |         android:id="@+id/search_button" | ||||||
|         android:layout_width="64dp" |         android:layout_width="wrap_content" | ||||||
|         android:layout_height="wrap_content" |         android:layout_height="wrap_content" | ||||||
|         app:layout_constraintEnd_toEndOf="parent" |         app:layout_constraintEnd_toEndOf="parent" | ||||||
|         app:layout_constraintTop_toTopOf="parent" |         app:layout_constraintTop_toTopOf="parent" /> | ||||||
|          /> |  | ||||||
| 
 | 
 | ||||||
|     <TextView |     <LinearLayout | ||||||
|         android:id="@+id/worker_info" |         android:id="@+id/worker_info" | ||||||
|         android:layout_width="match_parent" |         android:layout_width="match_parent" | ||||||
|         android:layout_height="wrap_content" |         android:layout_height="wrap_content" | ||||||
|  |         android:orientation="vertical" | ||||||
|  |         android:visibility="invisible" | ||||||
|         app:layout_constraintTop_toBottomOf="@id/search" |         app:layout_constraintTop_toBottomOf="@id/search" | ||||||
|         app:layout_constraintStart_toStartOf="parent" |         app:layout_constraintStart_toStartOf="parent" | ||||||
|         app:layout_constraintEnd_toEndOf="parent" |         app:layout_constraintEnd_toEndOf="parent"> | ||||||
|          /> |         <ImageButton | ||||||
|  |             android:layout_width="wrap_content" | ||||||
|  |             android:layout_height="wrap_content" | ||||||
|  |             android:id="@+id/photo"/> | ||||||
|  |         <TextView | ||||||
|  |             android:layout_width="match_parent" | ||||||
|  |             android:layout_height="wrap_content" | ||||||
|  |             android:id="@+id/username"/> | ||||||
|  |         <TextView | ||||||
|  |             android:layout_width="match_parent" | ||||||
|  |             android:layout_height="wrap_content" | ||||||
|  |             android:id="@+id/position"/> | ||||||
|  |         <TextView | ||||||
|  |             android:layout_width="match_parent" | ||||||
|  |             android:layout_height="wrap_content" | ||||||
|  |             android:id="@+id/lastTime"/> | ||||||
|  |         <TextView | ||||||
|  |             android:layout_width="match_parent" | ||||||
|  |             android:layout_height="wrap_content" | ||||||
|  |             android:id="@+id/status"/> | ||||||
|  |         <Button | ||||||
|  |             android:layout_width="match_parent" | ||||||
|  |             android:layout_height="wrap_content" | ||||||
|  |             android:id="@+id/block"/> | ||||||
|  |     </LinearLayout> | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| </androidx.constraintlayout.widget.ConstraintLayout> | </androidx.constraintlayout.widget.ConstraintLayout> | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 SunZar
							SunZar