|
|
@ -1,5 +1,6 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<FrameLayout 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" |
|
|
@ -52,7 +53,7 @@ |
|
|
|
android:contentDescription="@string/post_thumbnail" |
|
|
|
android:maxHeight="@dimen/thumbnail_size" |
|
|
|
android:maxWidth="@dimen/thumbnail_size" |
|
|
|
android:src="@drawable/ic_default_user_thumbnail" /> |
|
|
|
app:srcCompat="@drawable/ic_default_user_thumbnail_white_24dp" /> |
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
<TextView |
|
|
@ -110,7 +111,7 @@ |
|
|
|
android:layout_marginEnd="5dp" |
|
|
|
android:background="@color/card_background" |
|
|
|
android:contentDescription="@string/submit" |
|
|
|
android:src="@drawable/ic_send" /> |
|
|
|
app:srcCompat="@drawable/ic_send_accent_24dp" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
</android.support.v7.widget.CardView> |
|
|
|