Explorar o código

Fixed textarea border color

sirekanyan %!s(int64=8) %!d(string=hai) anos
pai
achega
16ae5d2d8b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/src/main/res/drawable/text_area_background.xml

+ 2 - 2
app/src/main/res/drawable/text_area_background.xml

@@ -5,7 +5,7 @@
             <corners android:radius="4dp"/>
             <stroke
                 android:width="2dp"
-                android:color="@color/colorAccent"/>
+                android:color="?attr/colorControlActivated"/>
         </shape>
     </item>
     <item>
@@ -13,7 +13,7 @@
             <corners android:radius="4dp"/>
             <stroke
                 android:width="1dp"
-                android:color="@color/colorAccent"/>
+                android:color="?attr/colorControlNormal"/>
         </shape>
     </item>
 </selector>