فهرست منبع

Same text in the cancel button in PIN code activity than in all the other cancel buttons in the app

David A. Velasco 12 سال پیش
والد
کامیت
7c8214f096
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      res/layout/pincodelock.xml

+ 1 - 1
res/layout/pincodelock.xml

@@ -68,7 +68,7 @@
 
     <Button android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:text="@android:string/cancel"
+        android:text="@string/common_cancel"
         android:textColor="@android:color/black"
         android:id="@+id/cancel"/>
 </LinearLayout>