mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-19 13:41:26 +00:00
Merge pull request #1223 from nextcloud/lockIcon
Remove lock icon in conversation list
This commit is contained in:
commit
8ee33bb251
@ -162,13 +162,6 @@ public class ConversationItem extends AbstractFlexibleItem<ConversationItem.Conv
|
||||
holder.dialogUnreadBubble.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
|
||||
if (conversation.isHasPassword()) {
|
||||
holder.passwordProtectedRoomImageView.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
holder.passwordProtectedRoomImageView.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
if (conversation.isFavorite()) {
|
||||
holder.pinnedConversationImageView.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
@ -286,8 +279,6 @@ public class ConversationItem extends AbstractFlexibleItem<ConversationItem.Conv
|
||||
EmojiTextView dialogLastMessage;
|
||||
@BindView(R.id.dialogUnreadBubble)
|
||||
Chip dialogUnreadBubble;
|
||||
@BindView(R.id.passwordProtectedRoomImageView)
|
||||
ImageView passwordProtectedRoomImageView;
|
||||
@BindView(R.id.favoriteConversationImageView)
|
||||
ImageView pinnedConversationImageView;
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
<item>
|
||||
<shape
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/white"/>
|
||||
<solid android:color="@color/bg_default"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item android:drawable="@drawable/ic_lock_grey600_24px"/>
|
||||
|
@ -46,14 +46,6 @@
|
||||
app:roundAsCircle="true"
|
||||
tools:src="@drawable/ic_call_black_24dp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/passwordProtectedRoomImageView"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:background="@drawable/shape_lock_bubble"
|
||||
android:contentDescription="@string/password_protected" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/favoriteConversationImageView"
|
||||
android:layout_width="16dp"
|
||||
|
@ -1 +1 @@
|
||||
485
|
||||
484
|
@ -1,2 +1,2 @@
|
||||
DO NOT TOUCH; GENERATED BY DRONE
|
||||
<span class="mdl-layout-title">Lint Report: 3 errors and 348 warnings</span>
|
||||
<span class="mdl-layout-title">Lint Report: 3 errors and 347 warnings</span>
|
||||
|
Loading…
Reference in New Issue
Block a user