Fix small RTL UI glitches in blog post layouts

This commit is contained in:
Torsten Grote
2018-09-19 14:56:45 -03:00
parent 296546544f
commit fdfddd2667
2 changed files with 4 additions and 3 deletions

View File

@@ -63,7 +63,7 @@
<TextView
android:id="@+id/dateView"
android:layout_width="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="?android:attr/textColorSecondary"
android:textSize="@dimen/text_size_tiny"