Improved the warning icon: Higher resolution, better size.
BIN
res/drawable-hdpi/ic_action_warning_red.png
Normal file
After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 1.5 KiB |
BIN
res/drawable-mdpi/ic_action_warning_red.png
Normal file
After Width: | Height: | Size: 301 B |
Before Width: | Height: | Size: 583 B |
BIN
res/drawable-xhdpi/ic_action_warning_red.png
Normal file
After Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 1.7 KiB |
BIN
res/drawable-xxhdpi/ic_action_warning_red.png
Normal file
After Width: | Height: | Size: 546 B |
@ -157,7 +157,7 @@
|
|||||||
<ImageView android:id="@+id/sms_failed_indicator"
|
<ImageView android:id="@+id/sms_failed_indicator"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:src="@drawable/ic_list_alert_sms_failed"
|
android:src="@drawable/ic_action_warning_red"
|
||||||
android:contentDescription="@string/conversation_item_sent__send_failed_indicator_description"
|
android:contentDescription="@string/conversation_item_sent__send_failed_indicator_description"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
android:id="@+id/sms_failed_indicator"
|
android:id="@+id/sms_failed_indicator"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:src="@drawable/ic_list_alert_sms_failed"
|
android:src="@drawable/ic_action_warning_red"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:contentDescription="@string/conversation_item_sent__send_failed_indicator_description"/>
|
android:contentDescription="@string/conversation_item_sent__send_failed_indicator_description"/>
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_width="20sp"
|
android:layout_width="20sp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:src="@drawable/ic_list_alert_sms_failed"
|
android:src="@drawable/ic_action_warning_red"
|
||||||
android:contentDescription="Error Alert" />
|
android:contentDescription="Error Alert" />
|
||||||
|
|
||||||
<TextView android:id="@+id/date"
|
<TextView android:id="@+id/date"
|
||||||
|