fix: Add date breaks on control messages
							parent
							
								
									0ba9e4938d
								
							
						
					
					
						commit
						bfe91427ab
					
				| @ -1,28 +1,40 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <LinearLayout | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="wrap_content" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     android:gravity="center" | ||||
|     android:orientation="vertical" | ||||
|     android:paddingVertical="@dimen/medium_spacing" | ||||
|     android:paddingHorizontal="@dimen/massive_spacing" | ||||
|     android:gravity="center"> | ||||
|     android:paddingVertical="@dimen/medium_spacing"> | ||||
| 
 | ||||
|     <TextView | ||||
|         android:id="@+id/dateBreakTextView" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="40dp" | ||||
|         android:gravity="center" | ||||
|         android:textColor="@color/text" | ||||
|         android:textSize="@dimen/very_small_font_size" | ||||
|         android:textStyle="bold" | ||||
|         tools:text="@tools:sample/date/hhmm" /> | ||||
| 
 | ||||
|     <ImageView | ||||
|         android:id="@+id/iconImageView" | ||||
|         android:layout_width="12dp" | ||||
|         android:layout_height="12dp" | ||||
|         android:layout_marginBottom="@dimen/small_spacing" | ||||
|         app:tint="@color/text" /> | ||||
|         app:tint="@color/text" | ||||
|         tools:src="@drawable/ic_timer" /> | ||||
| 
 | ||||
|     <TextView | ||||
|         android:id="@+id/textView" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:textSize="@dimen/very_small_font_size" | ||||
|         android:gravity="center" | ||||
|         android:textColor="@color/text" | ||||
|         android:textSize="@dimen/very_small_font_size" | ||||
|         android:textStyle="bold" | ||||
|         android:gravity="center" /> | ||||
|         tools:text="@string/MessageRecord_you_disabled_disappearing_messages" /> | ||||
| 
 | ||||
| </LinearLayout> | ||||
					Loading…
					
					
				
		Reference in New Issue