Skip to content

Commit f492369

Browse files
committed
try to fix lints
Signed-off-by: Mark Pashmfouroush <[email protected]>
1 parent 3c6757a commit f492369

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/res/layout/activity_splash_screen.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,15 @@
9393
android:text="@string/splashText"
9494
android:textAlignment="textStart"
9595
android:textColor="@color/text_color"
96-
android:textSize="15dp" />
96+
android:textSize="15dp"
97+
tools:ignore="RtlCompat" />
9798
</LinearLayout>
9899
</androidx.constraintlayout.widget.ConstraintLayout>
99100

100101

101102
<TextView
102103
android:id="@+id/textView5"
104+
android:layout_width="fill_parent"
103105
android:layout_height="80dp"
104106
android:fontFamily="@font/shabnammedium"
105107
android:gravity="center"

0 commit comments

Comments
 (0)