Преглед изворни кода

Removed scrollbar on long theme item titles (#6852)

Co-authored-by: CrepeTF <trungnguyen02@outlookcom>
CrepeTF пре 3 година
родитељ
комит
6f566e67d5
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/src/main/res/layout/pref_theme_item.xml

+ 1 - 0
app/src/main/res/layout/pref_theme_item.xml

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