This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @author Pratik Butani | |
| * | |
| * Main file for Date Picker. | |
| */ | |
| public class DatePickerUniversal implements View.OnFocusChangeListener, DatePickerDialog.OnDateSetListener, View.OnClickListener { | |
| private EditText mEditText; | |
| private Calendar mCalendar; | |
| private SimpleDateFormat mFormat; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:shape="rectangle"> | |
| <gradient | |
| android:angle="90" | |
| android:centerY="0.3" | |
| android:startColor="#CC000000" | |
| android:centerColor="#66000000" | |
| android:endColor="#00000000" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Created By Noor Nabiul Alam Siddiqui on 12/11/17 6:11 PM | |
| * fb.com/sazal.ns | |
| * | |
| * Last modified 12/11/17 6:11 PM | |
| */ | |
| package PACKAGE_NAME; | |
| import android.app.Activity; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| লিখাটি দেখতে যেমন লাগে। ডেভেলপেরগন এই লিখাটি ব্যাবহার করেন এবং অ্যাডমিনগন কাস্টমাইজড করতে পারবেন। ত্রুটি | |
| থেকেই সাফল্য শুরু। |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- | |
| ~ Copyright By Noor Nabiul Alam Siddiqui (c) 2017. | |
| ~ www.fb.com/sazal.ns | |
| --> | |
| <resources> | |
| <string name="fa_icon_500px" translatable="false"></string> | |
| <string name="fa_icon_500pxt" ></string> | |
| <string name="fa_icon_address_book" translatable="false"></string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <resources> | |
| <!-- red --> | |
| <color name="material_red_50">#ffffebee</color> | |
| <color name="material_red_100">#fff4c7c3</color> | |
| <color name="material_red_200">#ffef9a9a</color> | |
| <color name="material_red_300">#ffe67c73</color> | |
| <color name="material_red_400">#ffef5350</color> | |
| <color name="material_red_500">#ffdb4437</color> | |
| <color name="material_red_600">#ffe53935</color> |