|
38 | 38 | android:layout_height="wrap_content" |
39 | 39 | android:contentDescription="@string/stream_private_content_desp" |
40 | 40 | android:padding="3dp" |
41 | | - android:src="@drawable/ic_action_person" /> |
| 41 | + android:src="@drawable/ic_action_person" |
| 42 | + android:tint="@color/colorTextSecondary" /> |
42 | 43 | </LinearLayout> |
43 | 44 |
|
44 | 45 | <LinearLayout |
|
51 | 52 | android:id="@+id/camera_btn" |
52 | 53 | android:layout_width="wrap_content" |
53 | 54 | android:layout_height="wrap_content" |
| 55 | + android:alpha="0.7" |
54 | 56 | android:contentDescription="@string/camera_content_desp" |
55 | 57 | android:paddingBottom="4dp" |
56 | 58 | android:paddingLeft="8dp" |
57 | 59 | android:paddingRight="4dp" |
58 | 60 | android:paddingTop="4dp" |
59 | 61 | android:src="@drawable/ic_photo_camera_black_24dp" |
60 | | - android:tint="#757575" /> |
| 62 | + android:tint="@color/colorTextSecondary" /> |
61 | 63 |
|
62 | 64 | <AutoCompleteTextView |
63 | 65 | android:id="@+id/message_et" |
|
73 | 75 | android:id="@+id/send_btn" |
74 | 76 | android:layout_width="wrap_content" |
75 | 77 | android:layout_height="wrap_content" |
| 78 | + android:alpha="0.7" |
76 | 79 | android:contentDescription="@string/send_content_desp" |
77 | 80 | android:padding="4dp" |
78 | 81 | android:src="@drawable/ic_send_24dp" |
79 | | - android:tint="#757575" /> |
| 82 | + android:tint="@color/colorTextSecondary" /> |
80 | 83 |
|
81 | 84 | </LinearLayout> |
82 | 85 |
|
83 | 86 | <LinearLayout |
84 | 87 | android:id="@+id/composeStatus" |
85 | 88 | android:layout_width="match_parent" |
86 | 89 | android:layout_height="wrap_content" |
87 | | - android:orientation="horizontal" |
88 | 90 | android:layout_gravity="center" |
89 | 91 | android:background="@color/colorPrimary" |
90 | 92 | android:gravity="center|center_vertical" |
| 93 | + android:orientation="horizontal" |
91 | 94 | android:visibility="gone"> |
92 | 95 |
|
93 | 96 | <ProgressBar |
94 | | - android:layout_width="15dp" |
95 | | - android:layout_height="15dp" |
96 | 97 | style="@style/AppTheme.DayNight" |
97 | | - /> |
| 98 | + android:layout_width="15dp" |
| 99 | + android:layout_height="15dp" /> |
98 | 100 |
|
99 | 101 | <TextView |
100 | 102 | android:id="@+id/sending_message" |
|
0 commit comments