Board logo

標題: Spinner (三) - 自訂風格 [打印本頁]

作者: tonyh    時間: 2017-8-26 17:06     標題: Spinner (三) - 自訂風格

本帖最後由 tonyh 於 2017-8-26 17:19 編輯

試於資源路徑下新增 res\layout\my_spinner_style.xml,自訂 spinner 的風格。

[attach]2520[/attach]
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TextView xmlns:android="http://schemas.android.com/apk/res/android"
  3.     android:layout_width="match_parent" android:layout_height="50dp"
  4.     android:background="#c2f6ff"
  5.     android:textSize="26sp"
  6.     android:textColor="#ff0000"
  7.     android:text="hello"
  8.     android:gravity="center_vertical">
  9. </TextView>
複製代碼

作者: 李允軒    時間: 2017-8-26 17:23

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TextView xmlns:android="http://schemas.android.com/apk/res/android"
  3.     android:layout_width="match_parent" android:layout_height="50dp"
  4.     android:text="hello"
  5.     android:textSize="25sp"
  6.     android:gravity="center_vertical"
  7.     android:background="#1e70db"
  8.     android:textColor="#ff0000">

  9. </TextView>
複製代碼

作者: 張彥承    時間: 2017-8-26 17:40

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
      android:layout_width="match_parent" android:layout_height="50dp"
      android:text="hello"
      android:textSize="25sp"
    android:gravity="center_vertical"
     android:background="#1e70db"
    android:textColor="#ff0000">

</TextView>
作者: 林宇翔    時間: 2017-8-26 17:40

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TextView xmlns:android="http://schemas.android.com/apk/res/android"
  3.     android:layout_width="match_parent" android:layout_height="50dp"
  4.     android:background="#c2f6ff"
  5.     android:textSize="26sp"
  6.     android:textColor="#ff0000"
  7.     android:gravity="center_vertical">
  8.     android:text="hello"
  9.    
  10. </TextView>
複製代碼

作者: 張彥承    時間: 2017-8-26 17:42

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TextView xmlns:android="http://schemas.android.com/apk/res/android"
  3.       android:layout_width="match_parent" android:layout_height="50dp"
  4.     android:text="hello"
  5.       android:textSize="25sp"
  6.       android:gravity="center_vertical"
  7.     android:background="#1e70db"
  8.      android:textColor="#ff0000">

  9. </TextView>
複製代碼

作者: 劉得恩    時間: 2018-6-9 13:00

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TextView xmlns:android="http://schemas.android.com/apk/res/android"
  3.     android:layout_width="match_parent" android:layout_height="50dp"
  4.     android:background="#c2f6ff"
  5.     android:textSize="26sp"
  6.     android:textColor="#ff0000"
  7.     android:text="hello"
  8.     android:gravity="center_vertical">
  9. </TextView>
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2