Răsfoiți Sursa

align all secondary text line sizes to 14sp

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 3 ani în urmă
părinte
comite
704ea90449

+ 7 - 7
app/src/main/res/layout/attachment_list_item.xml

@@ -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>

+ 1 - 1
app/src/main/res/layout/rv_item_browser_file.xml

@@ -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