We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6757a commit f492369Copy full SHA for f492369
app/src/main/res/layout/activity_splash_screen.xml
@@ -93,13 +93,15 @@
93
android:text="@string/splashText"
94
android:textAlignment="textStart"
95
android:textColor="@color/text_color"
96
- android:textSize="15dp" />
+ android:textSize="15dp"
97
+ tools:ignore="RtlCompat" />
98
</LinearLayout>
99
</androidx.constraintlayout.widget.ConstraintLayout>
100
101
102
<TextView
103
android:id="@+id/textView5"
104
+ android:layout_width="fill_parent"
105
android:layout_height="80dp"
106
android:fontFamily="@font/shabnammedium"
107
android:gravity="center"
0 commit comments