|
@@ -12,7 +12,7 @@
|
|
|
android:layout_height="56dp">
|
|
android:layout_height="56dp">
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/tv_name"
|
|
|
|
|
|
|
+ android:id="@+id/tv_msg"
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
android:layout_gravity="center"
|
|
@@ -48,7 +48,18 @@
|
|
|
android:text="TextView"
|
|
android:text="TextView"
|
|
|
android:textSize="9.7sp"
|
|
android:textSize="9.7sp"
|
|
|
app:layout_constraintStart_toEndOf="@+id/iv_icon"
|
|
app:layout_constraintStart_toEndOf="@+id/iv_icon"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/tv_name" />
|
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_msg" />
|
|
|
|
|
+
|
|
|
|
|
+ <Button
|
|
|
|
|
+ android:id="@+id/btn_del"
|
|
|
|
|
+ style="?android:attr/buttonStyleSmall"
|
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
|
+
|
|
|
|
|
+ android:text="@string/str_del"
|
|
|
|
|
+ android:visibility="gone"
|
|
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|