Removed scrollbar on long theme item titles (#6852)

Co-authored-by: CrepeTF <trungnguyen02@outlookcom>
This commit is contained in:
CrepeTF 2022-04-02 14:49:50 +01:00 committed by GitHub
parent dd490f2ac9
commit 6f566e67d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,6 +144,7 @@
android:layout_marginTop="4dp"
android:textAlignment="center"
android:textAppearance="?android:attr/textAppearanceListItemSecondary"
android:scrollbars="none"
tools:text="Theme Name" />
</LinearLayout>