瀏覽代碼

use tools attribute for AS rendering close to real data

AndyScherzinger 6 年之前
父節點
當前提交
ddde216a4c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>