|
|
|
@ -10,7 +10,8 @@
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:minHeight="50dp"
|
|
|
|
android:minHeight="50dp"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:visibility="gone" >
|
|
|
|
android:visibility="gone"
|
|
|
|
|
|
|
|
android:background="@color/content_background">
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/picture"
|
|
|
|
android:id="@+id/picture"
|
|
|
|
@ -20,6 +21,7 @@
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:focusable="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:focusableInTouchMode="true"
|
|
|
|
android:focusableInTouchMode="true"
|
|
|
|
|
|
|
|
app:tint="?attr/colorOnBackground"
|
|
|
|
tools:ignore="ContentDescription"/>
|
|
|
|
tools:ignore="ContentDescription"/>
|
|
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
<EditText
|
|
|
|
@ -39,8 +41,8 @@
|
|
|
|
android:nextFocusLeft="@id/commentField"
|
|
|
|
android:nextFocusLeft="@id/commentField"
|
|
|
|
android:nextFocusUp="@id/commentField"
|
|
|
|
android:nextFocusUp="@id/commentField"
|
|
|
|
android:textAlignment="viewStart"
|
|
|
|
android:textAlignment="viewStart"
|
|
|
|
android:textColor="?attr/colorOnPrimary"
|
|
|
|
android:textColor="?attr/colorOnBackground"
|
|
|
|
android:textColorHint="?attr/colorOnPrimary"
|
|
|
|
android:textColorHint="?attr/colorOnBackground"
|
|
|
|
android:textCursorDrawable="@null"
|
|
|
|
android:textCursorDrawable="@null"
|
|
|
|
android:textSize="16sp"/>
|
|
|
|
android:textSize="16sp"/>
|
|
|
|
|
|
|
|
|
|
|
|
@ -52,7 +54,7 @@
|
|
|
|
android:layout_marginStart="3dp"
|
|
|
|
android:layout_marginStart="3dp"
|
|
|
|
android:scaleType="center"
|
|
|
|
android:scaleType="center"
|
|
|
|
android:src="@drawable/ic_outline_add_24px"
|
|
|
|
android:src="@drawable/ic_outline_add_24px"
|
|
|
|
app:tint="?attr/colorOnPrimary"
|
|
|
|
app:tint="?attr/colorOnBackground"
|
|
|
|
android:visibility="gone"/>
|
|
|
|
android:visibility="gone"/>
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|