mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 05:50:15 +01:00
shows events older than 16 hours + padding for menu items
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
d2bb9b6223
commit
3d8dee966a
@ -2137,7 +2137,7 @@ class ConversationsListActivity :
|
||||
const val NOTIFICATION_WARNING_DATE_NOT_SET = 0L
|
||||
const val OFFSET_HEIGHT_DIVIDER: Int = 3
|
||||
const val ROOM_TYPE_ONE_ONE = "1"
|
||||
private const val AGE_THRESHOLD_FOR_EVENT_CONVERSATIONS: Long = 86400
|
||||
private const val AGE_THRESHOLD_FOR_EVENT_CONVERSATIONS: Long = 57600
|
||||
const val LONG_1000: Long = 1000
|
||||
}
|
||||
}
|
||||
|
@ -20,14 +20,14 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/nc_event_schedule"
|
||||
android:textStyle="bold"
|
||||
android:textSize="16sp" />
|
||||
android:textSize="18sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/meetingTime"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="?android:attr/textColorSecondary"
|
||||
android:textSize="14sp"
|
||||
android:textSize="16sp"
|
||||
tools:text="Meeting at 8:00 pm"/>
|
||||
|
||||
<TextView
|
||||
@ -37,7 +37,8 @@
|
||||
android:text="@string/nc_delete_call"
|
||||
android:textColor="@android:color/holo_red_dark"
|
||||
android:visibility = "gone"
|
||||
android:paddingTop="16dp"/>
|
||||
android:textSize="18sp"
|
||||
android:paddingTop="24dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/archive_conversation"
|
||||
@ -45,7 +46,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/archive_conversation"
|
||||
android:visibility = "gone"
|
||||
android:paddingTop="16dp"/>
|
||||
android:textSize="18sp"
|
||||
android:paddingTop="24dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/unarchive_conversation"
|
||||
@ -53,5 +55,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/unarchive_conversation"
|
||||
android:visibility = "gone"
|
||||
android:paddingTop="16dp"/>
|
||||
android:textSize="18sp"
|
||||
android:paddingTop="24dp"/>
|
||||
</LinearLayout>
|
Loading…
Reference in New Issue
Block a user