Prechádzať zdrojové kódy

Fixed textarea border color

sirekanyan 8 rokov pred
rodič
commit
16ae5d2d8b

+ 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>