mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 14:24:05 +01:00
align all secondary text line sizes to 14sp
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
e2735e8cb2
commit
704ea90449
@ -80,7 +80,7 @@
|
||||
android:textAlignment="viewStart"
|
||||
android:textAppearance="@style/ListItem"
|
||||
android:textSize="@dimen/two_line_primary_text_size"
|
||||
tools:text="Filename" />
|
||||
tools:text="Filename.md" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@ -90,17 +90,17 @@
|
||||
<TextView
|
||||
android:id="@+id/file_size"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textColor="@color/textColorMaxContrast"
|
||||
android:textSize="12sp"
|
||||
tools:text="filesize"/>
|
||||
android:textSize="14sp"
|
||||
tools:text="11 KB" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/standard_quarter_margin"
|
||||
android:textColor="@color/textColorMaxContrast"
|
||||
android:textSize="12sp"
|
||||
android:textSize="14sp"
|
||||
android:text="|"
|
||||
tools:ignore="HardcodedText" />
|
||||
|
||||
@ -110,8 +110,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/standard_quarter_margin"
|
||||
android:textColor="@color/textColorMaxContrast"
|
||||
android:textSize="12sp"
|
||||
tools:text="date"/>
|
||||
android:textSize="14sp"
|
||||
tools:text="04-05-2022 21:16"/>
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
@ -73,7 +73,7 @@
|
||||
android:singleLine="true"
|
||||
android:textAlignment="viewStart"
|
||||
android:textColor="@color/textColorMaxContrast"
|
||||
android:textSize="12sp"
|
||||
android:textSize="14sp"
|
||||
tools:text="3 minutes ago" />
|
||||
|
||||
<TextView
|
||||
|
Loading…
Reference in New Issue
Block a user