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