Redesign
This commit is contained in:
		
							parent
							
								
									b6ff473ae1
								
							
						
					
					
						commit
						bfb54c8e27
					
				| @ -148,18 +148,28 @@ | ||||
|                 android:textColor="@color/danger" | ||||
|                 android:textSize="15sp" | ||||
|                 android:gravity="left"/> | ||||
|             <com.google.android.material.card.MaterialCardView | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:layout_margin="16dp" | ||||
|                 app:cardCornerRadius="8dp" | ||||
|                 app:strokeColor="@color/danger" | ||||
|                 app:strokeWidth="2dp" | ||||
|                 app:cardElevation="4dp"> | ||||
| 
 | ||||
|                 <TextView | ||||
|                     android:id="@+id/error_title" | ||||
|                 android:layout_width="wrap_content" | ||||
|                     android:layout_width="match_parent" | ||||
|                     android:layout_height="wrap_content" | ||||
|                     android:gravity="center" | ||||
|                     android:padding="16dp" | ||||
|                     android:textSize="16sp" | ||||
|                 android:visibility="gone" | ||||
|                     android:letterSpacing="0.05" | ||||
|                     android:background="?android:attr/colorBackground" | ||||
|                     android:textColor="@color/danger" | ||||
|                 tools:text="@string/error" | ||||
|                 android:layout_marginBottom="20dp" /> | ||||
|                     android:visibility="gone" | ||||
|                     tools:text="Ошибка: Проверьте данные" /> | ||||
|             </com.google.android.material.card.MaterialCardView> | ||||
| 
 | ||||
| 
 | ||||
|         </LinearLayout> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user