Browse Source

use tools attribute for AS rendering close to real data

AndyScherzinger 6 years ago
parent
commit
ddde216a4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/res/layout/version_list_item.xml

+ 1 - 1
src/main/res/layout/version_list_item.xml

@@ -60,7 +60,7 @@
             android:layout_height="0dp"
             android:layout_weight="1"
             android:ellipsize="end"
-            android:text="@string/placeholder_sentence"
+            tools:text="256 KB"
             android:textColor="?android:attr/textColorSecondary"/>
     </LinearLayout>