Skip to content

Commit 3a004f8

Browse files
committed
Enforce LTR layout direction for Stats change text view
1 parent af6b25c commit 3a004f8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

WordPress/src/main/res/layout/stats_block_value_item.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
android:paddingStart="@dimen/margin_extra_large"
99
android:paddingTop="@dimen/margin_extra_large"
1010
android:paddingEnd="@dimen/margin_extra_large"
11+
xmlns:tools="http://schemas.android.com/tools"
1112
android:paddingBottom="8dp">
1213

1314
<org.wordpress.android.widgets.MaterialTextViewWithNumerals
@@ -38,5 +39,8 @@
3839
android:layout_gravity="bottom"
3940
android:textColor="?attr/wpColorSuccess"
4041
android:textSize="16sp"
41-
android:visibility="gone" />
42+
android:visibility="gone"
43+
tools:text="-7 (-100%)"
44+
android:layoutDirection="ltr"
45+
tools:visibility="visible" />
4246
</LinearLayout>

0 commit comments

Comments
 (0)