-
-
Notifications
You must be signed in to change notification settings - Fork 506
CCP Dialog Theme Customization
Harsh B. Bhakta edited this page Jul 4, 2018
·
2 revisions
You can customize selection dialog's theme so that it gives native view feeling.
By using following properties, you can customize the look of country selection dialog.
<com.hbb20.CountryCodePicker
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:ccpDialog_searchEditTextTint="@color/custom_editText_tint"
app:ccpDialog_backgroundColor="@color/custom_dialog_backgroud_color"
app:ccpDialog_textColor="@color/custom_dialog_text"
app:ccpDialog_fastScroller_bubbleColor="@color/custom_fastScroller_bubble"
app:ccpDialog_fastScroller_bubbleTextAppearance="@style/custom_text_appearance"
app:ccpDialog_fastScroller_handleColor="@color/custom_fastScroller_handle_color"
app:ccpDialog_showTitle = "false" />
- How to Integrate into your project
- Full Number Support
- Use as a Country Selector
- Auto detect country
- Auto detect language
- Remember last selection
- Country Preference
- Custom Mater List
- Exclude Countries
- Example phonenumber as hint
- Multi Language Support
- Default Country
- Country Selection Listener
- Dialog events listener
- CCP Theme Customization
- CCP Dialog Theme Customization
- Custom TypeFace
- Read Selected Country
- XML Properties
- Update Guide to v2
- Guide to Add New Language Support
- Guide to add New Country
- Change contry names for local project
- Handle CCP ClickListener Manually
- Custom Dialog Title/Hint/Empty Result ACK
- Flag Emoji Support (BETA)
- Change Log