Browse Source

Again update chip color

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 6 năm trước cách đây
mục cha
commit
dc3f9bd568
1 tập tin đã thay đổi với 2 bổ sung4 xóa
  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" />