mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-23 05:29:54 +01:00
Update conversations list layout
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
560cdcd5c6
commit
2b76d379a3
@ -118,7 +118,7 @@ public class CallMenuController extends BaseController implements FlexibleAdapte
|
|||||||
shareIntent = new Intent(Intent.ACTION_SEND);
|
shareIntent = new Intent(Intent.ACTION_SEND);
|
||||||
shareIntent.setType("text/plain");
|
shareIntent.setType("text/plain");
|
||||||
shareIntent.putExtra(Intent.EXTRA_SUBJECT, String.format(getResources().getString(R.string.nc_share_subject),
|
shareIntent.putExtra(Intent.EXTRA_SUBJECT, String.format(getResources().getString(R.string.nc_share_subject),
|
||||||
getResources().getString(R.string.app_name)));
|
getResources().getString(R.string.nc_app_name)));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void prepareMenu() {
|
private void prepareMenu() {
|
||||||
|
@ -58,6 +58,8 @@
|
|||||||
android:id="@id/dialogName"
|
android:id="@id/dialogName"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:textColor="@color/nc_incoming_text_default"
|
||||||
|
android:textSize="16sp"
|
||||||
android:layout_alignTop="@id/dialogAvatarFrameLayout"
|
android:layout_alignTop="@id/dialogAvatarFrameLayout"
|
||||||
android:layout_marginStart="8dp"
|
android:layout_marginStart="8dp"
|
||||||
android:layout_toEndOf="@id/dialogAvatarFrameLayout"
|
android:layout_toEndOf="@id/dialogAvatarFrameLayout"
|
||||||
@ -72,6 +74,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
|
android:textColor="@color/warm_grey_two"
|
||||||
android:maxLines="1"/>
|
android:maxLines="1"/>
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
@ -97,6 +100,7 @@
|
|||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
android:layout_toEndOf="@id/dialogLastMessageUserAvatar"
|
android:layout_toEndOf="@id/dialogLastMessageUserAvatar"
|
||||||
android:layout_toStartOf="@id/dialogUnreadBubble"
|
android:layout_toStartOf="@id/dialogUnreadBubble"
|
||||||
|
android:textColor="@color/warm_grey_four"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:gravity="top"
|
android:gravity="top"
|
||||||
android:singleLine="false"
|
android:singleLine="false"
|
||||||
|
Loading…
Reference in New Issue
Block a user