mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 05:25:31 +03:00
Update locked conversation icon
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
8792c6c16f
commit
3427d59748
5 changed files with 8 additions and 8 deletions
|
@ -101,7 +101,7 @@ public class AdvancedUserItem extends AbstractFlexibleItem<AdvancedUserItem.User
|
|||
|
||||
@Override
|
||||
public int getLayoutRes() {
|
||||
return R.layout.rv_item_call;
|
||||
return R.layout.rv_item_conversation;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -92,7 +92,7 @@ public class CallItem extends AbstractFlexibleItem<CallItem.RoomItemViewHolder>
|
|||
|
||||
@Override
|
||||
public int getLayoutRes() {
|
||||
return R.layout.rv_item_call;
|
||||
return R.layout.rv_item_conversation;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
android:id="@+id/recycler_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
tools:listitem="@layout/rv_item_call"/>
|
||||
tools:listitem="@layout/rv_item_conversation"/>
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
android:id="@+id/recycler_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:listitem="@layout/rv_item_call"/>
|
||||
tools:listitem="@layout/rv_item_conversation"/>
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
|
|
|
@ -46,12 +46,12 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/password_protected_image_view"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:layout_marginBottom="6dp"
|
||||
android:src="@drawable/ic_lock_white_24px"
|
||||
android:tint="@color/nc_material_yellow"
|
||||
android:tintMode="src_in"
|
||||
android:visibility="visible"/>
|
||||
|
||||
</FrameLayout>
|
Loading…
Reference in a new issue