소스 검색

配方管理2132123232

master
fyf 1 년 전
부모
커밋
eb3891bd14
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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 파일 보기

@@ -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"/>

불러오는 중...
취소
저장