-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Stephen Woerner edited this page Dec 28, 2021
·
1 revision
Welcome to the JsonViewDictation wiki!
A quick, native Android announcements ui based off a simple JSON structure.
{
"page_array" : [
{
"text": "page 1",
"text_color": "#FFFFFFFF",
"background_color": "FF000000",
"image": "android.R.drawable.ic_dialog_email"
},
{
"text": "page 2",
"text_color": "#FF000000",
"background_color": "FFFFFFFF",
"image": "R.drawable.circle_filled"
},
{
"text": "page 3",
"text_color": "#FFFFFFFF",
"background_color": "FF000000",
"image": "https://cms-assets.tutsplus.com/cdn-cgi/image/width=1700/uploads/users/523/posts/32694/final_image/tutorial-preview-large.png"
}
],
"progress" : {
"show_progress" : true,
"progress_type" : "DOTS",
"primary_color": "#FFFF0000",
"secondary_color" : "#FF00FF00"
},
"show_buttons" : true,
"button_color" : "#FF039BE5",
"button_tint" : "#FF3700B3"
}