瀏覽代碼

Again update chip color

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 6 年之前
父節點
當前提交
dc3f9bd568
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      app/src/main/res/xml/chip_text_entry.xml

+ 2 - 4
app/src/main/res/xml/chip_text_entry.xml

@@ -19,10 +19,8 @@
   ~ along with this program.  If not, see <http://www.gnu.org/licenses/>.
   -->
 
-<chip xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    android:textAppearance="@style/ChipAccentTextAppearance"
-    app:chipStrokeColor="@color/grey_600"
+<chip xmlns:app="http://schemas.android.com/apk/res-auto"
+    app:chipStrokeColor="@color/colorAccent"
     app:chipStrokeWidth="1dp"
     app:chipBackgroundColor="@color/transparent"
     app:closeIconEnabled="false" />