浏览代码

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>