mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-12 18:40:52 +00:00
created dimensions
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
ed5a12b7da
commit
a2739b506c
@ -22,7 +22,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toEndOf="@id/avatar_view"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginTop="@dimen/standard_quarter_margin"
|
||||
android:ellipsize="end"
|
||||
android:lines="1"
|
||||
android:textAlignment="viewStart"
|
||||
@ -35,7 +35,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toEndOf="@id/avatar_view"
|
||||
android:layout_below= "@id/name_text"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingTop="@dimen/standard_quarter_margin"
|
||||
android:ellipsize="end"
|
||||
android:lines="1"
|
||||
android:textAlignment="viewStart"
|
||||
@ -45,8 +45,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/avatar_view"
|
||||
android:layout_width="52dp"
|
||||
android:layout_height="52dp"
|
||||
android:layout_width="@dimen/avatar_size_open_conversation_list"
|
||||
android:layout_height="@dimen/avatar_size_open_conversation_list"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginEnd="@dimen/standard_margin"
|
||||
android:contentDescription="@string/avatar" />
|
||||
|
@ -23,6 +23,7 @@
|
||||
<dimen name="avatar_size">40dp</dimen>
|
||||
<dimen name="avatar_size_app_bar">30dp</dimen>
|
||||
<dimen name="avatar_size_big">96dp</dimen>
|
||||
<dimen name="avatar_size_open_conversation_list">52dp</dimen>
|
||||
|
||||
<dimen name="chat_text_size">14sp</dimen>
|
||||
<dimen name="message_bubble_corners_radius">20dp</dimen>
|
||||
|
Loading…
Reference in New Issue
Block a user