Skip to content

Commit

Permalink
Fix Hard coded string
Browse files Browse the repository at this point in the history
  • Loading branch information
FREEWING-JP committed Jan 4, 2018
1 parent 9c844cf commit bd0ef70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/res/layout/custom_slide_notify.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:layout_height="wrap_content"
android:textColor="@color/White"
android:backgroundTint="@color/colorPrimaryLight"
android:hint="+12125551212"
android:hint="@string/sms_hint"
android:gravity="center"
android:inputType="phone"
android:id="@+id/editNumber"
Expand Down

0 comments on commit bd0ef70

Please sign in to comment.