切换家庭联动
This commit is contained in:
@@ -78,11 +78,18 @@
|
||||
android:layout_height="match_parent"
|
||||
android:src="@drawable/message"/>
|
||||
|
||||
<View
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
<TextView
|
||||
android:id="@+id/tvUnreadCount"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end|top"
|
||||
android:background="@drawable/ic_red_dot" />
|
||||
android:background="@drawable/bg_unread_dot"
|
||||
android:minWidth="16dp"
|
||||
android:height="16dp"
|
||||
android:gravity="center"
|
||||
android:textSize="10sp"
|
||||
android:textColor="@color/white"
|
||||
android:visibility="gone" />
|
||||
</FrameLayout>
|
||||
|
||||
<FrameLayout
|
||||
|
||||
Reference in New Issue
Block a user