Skip to content

Commit

Permalink
try to fix lints
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <mark@markpash.me>
  • Loading branch information
markpash committed Feb 20, 2025
1 parent 3c6757a commit f492369
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/activity_splash_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,15 @@
android:text="@string/splashText"
android:textAlignment="textStart"
android:textColor="@color/text_color"
android:textSize="15dp" />
android:textSize="15dp"
tools:ignore="RtlCompat" />
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>


<TextView
android:id="@+id/textView5"
android:layout_width="fill_parent"
android:layout_height="80dp"
android:fontFamily="@font/shabnammedium"
android:gravity="center"
Expand Down

0 comments on commit f492369

Please # to comment.