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
{ | |
"anytime" : [ | |
"Ehi, sei sexy!", | |
"Spero che la tua giornata sia bella come il tuo viso!", | |
"Ti sei allenato ultimamente?", | |
"Sono fortunato ad essere il tuo specchio!", | |
"La Forza è potente in te", | |
"Se potessi darti un cinque... lo farei!", | |
"Su una scala da 1 a 10, sei un 15!", | |
"Essere fantastici è difficile, ma tu ce la farai", |
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
package com.ryanharter.mediaroute.widgets; | |
import android.content.Context; | |
import android.support.v7.app.MediaRouteActionProvider; | |
import android.support.v7.app.MediaRouteButton; | |
/** | |
* A MediaRouteActionProvider that allows the use of a ThemeableMediaRouteButton. | |
*/ | |
public class ThemeableMediaRouteActionProvider extends MediaRouteActionProvider { |