increase size of checkmark

Daniel Gultsch created

Change summary

src/main/res/layout/message_sent.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

src/main/res/layout/message_sent.xml 🔗

@@ -91,8 +91,8 @@
 
                 <ImageView
                     android:id="@+id/indicator_received"
-                    android:layout_width="?attr/TextSizeCaption"
-                    android:layout_height="?attr/TextSizeCaption"
+                    android:layout_width="?attr/TextSizeSubhead"
+                    android:layout_height="?attr/TextSizeSubhead"
                     android:layout_gravity="center_vertical"
                     android:alpha="0.54"
                     android:gravity="center_vertical"