mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 21:15:30 +03:00
set same textSize for all headings in Status dialog
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
b7b92eb623
commit
f475065a7f
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
android:layout_marginBottom="@dimen/standard_half_margin"
|
||||
android:text="@string/online_status"
|
||||
android:textColor="@color/high_emphasis_text"
|
||||
android:textSize="@dimen/activity_list_item_title_header_text_size"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
|
Loading…
Reference in a new issue