We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6b25c commit 3a004f8Copy full SHA for 3a004f8
1 file changed
WordPress/src/main/res/layout/stats_block_value_item.xml
@@ -8,6 +8,7 @@
8
android:paddingStart="@dimen/margin_extra_large"
9
android:paddingTop="@dimen/margin_extra_large"
10
android:paddingEnd="@dimen/margin_extra_large"
11
+ xmlns:tools="http://schemas.android.com/tools"
12
android:paddingBottom="8dp">
13
14
<org.wordpress.android.widgets.MaterialTextViewWithNumerals
@@ -38,5 +39,8 @@
38
39
android:layout_gravity="bottom"
40
android:textColor="?attr/wpColorSuccess"
41
android:textSize="16sp"
- android:visibility="gone" />
42
+ android:visibility="gone"
43
+ tools:text="-7 (-100%)"
44
+ android:layoutDirection="ltr"
45
+ tools:visibility="visible" />
46
</LinearLayout>
0 commit comments