Quellcode durchsuchen

配方管理2132123232

master
fyf vor 1 Jahr
Ursprung
Commit
eb3891bd14
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
  1. +9
    -0
      app/src/main/res/layout/item/layout/my_text_view.xml

+ 9
- 0
app/src/main/res/layout/item/layout/my_text_view.xml Datei anzeigen

@@ -0,0 +1,9 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
style="?android:attr/spinnerItemStyle"
android:singleLine="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:textColor="@color/foreground"
android:textSize="@dimen/textSize"
android:textAlignment="inherit"/>

Laden…
Abbrechen
Speichern