|
121 | 121 | android:paddingTop="0dip"
|
122 | 122 | android:layout_gravity="right">
|
123 | 123 |
|
124 |
| - <ImageView android:id="@+id/delivered_indicator" |
125 |
| - android:layout_width="wrap_content" |
126 |
| - android:layout_height="wrap_content" |
127 |
| - android:paddingRight="3dip" |
128 |
| - android:src="?conversation_delivered_indicator" |
129 |
| - android:visibility="gone" |
130 |
| - android:contentDescription="@string/conversation_item_sent__delivered_description"/> |
131 |
| - |
132 |
| - <TextView android:id="@+id/group_message_status" |
133 |
| - android:layout_width="wrap_content" |
134 |
| - android:layout_height="wrap_content" |
135 |
| - android:linksClickable="false" |
136 |
| - android:textAppearance="?android:attr/textAppearanceSmall" |
137 |
| - android:layout_gravity="right" |
138 |
| - android:textColor="?conversation_sent_text_secondary_color" |
139 |
| - android:visibility="gone" |
140 |
| - android:layout_marginRight="8dip" |
141 |
| - android:paddingTop="1dip"/> |
142 |
| - |
143 |
| - <TextView android:id="@+id/conversation_item_date" |
144 |
| - android:autoLink="none" |
145 |
| - android:layout_width="wrap_content" |
146 |
| - android:layout_height="wrap_content" |
147 |
| - android:minWidth="15sp" |
148 |
| - android:linksClickable="false" |
149 |
| - android:textAppearance="?android:attr/textAppearanceSmall" |
150 |
| - android:layout_gravity="right" |
151 |
| - android:fontFamily="sans-serif-light" |
152 |
| - android:textColor="?conversation_sent_text_secondary_color" |
153 |
| - android:paddingTop="1dip" |
154 |
| - android:paddingBottom="5dp" /> |
155 |
| - |
156 |
| - <ImageView |
157 |
| - android:id="@+id/sms_secure_indicator" |
158 |
| - android:layout_width="wrap_content" |
159 |
| - android:layout_height="wrap_content" |
160 |
| - android:layout_gravity="center_vertical|right" |
161 |
| - android:src="?menu_lock_icon_small" |
162 |
| - android:visibility="gone" |
163 |
| - android:paddingLeft="4dp" |
164 |
| - android:paddingBottom="3dp" |
165 |
| - android:contentDescription="@string/conversation_item__secure_message_description" /> |
166 |
| - |
| 124 | + <TextView android:id="@+id/group_message_status" |
| 125 | + android:layout_width="wrap_content" |
| 126 | + android:layout_height="wrap_content" |
| 127 | + android:linksClickable="false" |
| 128 | + android:textAppearance="?android:attr/textAppearanceSmall" |
| 129 | + android:layout_gravity="right" |
| 130 | + android:textColor="?conversation_sent_text_secondary_color" |
| 131 | + android:visibility="gone" |
| 132 | + android:layout_marginRight="8dip" |
| 133 | + android:paddingTop="1dip"/> |
| 134 | + |
| 135 | + <TextView android:id="@+id/conversation_item_date" |
| 136 | + android:autoLink="none" |
| 137 | + android:layout_width="wrap_content" |
| 138 | + android:layout_height="wrap_content" |
| 139 | + android:minWidth="15sp" |
| 140 | + android:linksClickable="false" |
| 141 | + android:textAppearance="?android:attr/textAppearanceSmall" |
| 142 | + android:layout_gravity="right" |
| 143 | + android:fontFamily="sans-serif-light" |
| 144 | + android:textColor="?conversation_sent_text_secondary_color" |
| 145 | + android:paddingTop="1dip" |
| 146 | + android:paddingBottom="5dp" /> |
| 147 | + |
| 148 | + <LinearLayout android:layout_width="wrap_content" |
| 149 | + android:layout_height="wrap_content" |
| 150 | + android:orientation="horizontal" |
| 151 | + android:layout_gravity="center_vertical|end" |
| 152 | + android:gravity="center_vertical" |
| 153 | + android:paddingBottom="3dp" |
| 154 | + android:paddingLeft="3dp" |
| 155 | + android:paddingStart="3dp"> |
| 156 | + |
| 157 | + <ImageView android:id="@+id/delivered_indicator" |
| 158 | + android:layout_width="wrap_content" |
| 159 | + android:layout_height="wrap_content" |
| 160 | + android:src="?conversation_delivered_indicator" |
| 161 | + android:visibility="gone" |
| 162 | + android:paddingRight="1dp" |
| 163 | + android:contentDescription="@string/conversation_item_sent__delivered_description" /> |
| 164 | + |
| 165 | + <ImageView android:id="@+id/sms_secure_indicator" |
| 166 | + android:layout_width="wrap_content" |
| 167 | + android:layout_height="wrap_content" |
| 168 | + android:src="?menu_lock_icon_small" |
| 169 | + android:visibility="gone" |
| 170 | + android:contentDescription="@string/conversation_item__secure_message_description" /> |
| 171 | + |
| 172 | + </LinearLayout> |
167 | 173 | </LinearLayout>
|
168 |
| - |
169 | 174 | </LinearLayout>
|
170 | 175 |
|
171 | 176 | <View android:id="@+id/triangle_tick"
|
172 |
| - android:background="?conversation_item_sent_triangle_background" |
173 |
| - android:layout_width="12dp" |
174 |
| - android:layout_height="15dp" |
175 |
| - android:layout_marginTop="12dp" |
176 |
| - android:layout_alignParentRight="true" |
177 |
| - /> |
| 177 | + android:layout_width="12dp" |
| 178 | + android:layout_height="15dp" |
| 179 | + android:layout_alignParentRight="true" |
| 180 | + android:layout_marginTop="12dp" |
| 181 | + android:background="?conversation_item_sent_triangle_background" /> |
178 | 182 |
|
179 | 183 | <TextView android:id="@+id/indicator_text"
|
180 | 184 | android:layout_width="wrap_content"
|
|
0 commit comments